Merged
Conversation
Contributor
|
Hello. You may have forgotten to update the changelog!
|
paul0403
approved these changes
Feb 3, 2026
Member
paul0403
left a comment
There was a problem hiding this comment.
Thanks for the quick addition!
9 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9022 +/- ##
=======================================
Coverage 99.44% 99.44%
=======================================
Files 602 602
Lines 64992 65013 +21
=======================================
+ Hits 64631 64652 +21
Misses 361 361 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mudit2812
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context:
In PennyLaneAI/catalyst#2458 , @paul0403 is adding an MLIR pass to perform dynamic one shot. As a result of this, we will be able to handle measurement statistics of mcm's in catalyst with program capture.
But we never had a need to properly handle counts of mcms before now. So this fixes it.
Description of the Change:
Handles counts of mcm's the same way we handle counts of wires.
Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-110522]