-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operations/measurements on all wires are drawn correctly with mid-circuit measurements #5501
Conversation
[sc-61127] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5501 +/- ##
==========================================
- Coverage 99.66% 99.66% -0.01%
==========================================
Files 402 404 +2
Lines 37635 37540 -95
==========================================
- Hits 37510 37415 -95
Misses 125 125 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for the quick fix @mudit2812
And nice that you caught the analogous measurement problem, too!
Only have one weak suggestion
Context:
Bug fix for #5499
Description of the Change:
Adding labels to layer strings only extends to wires, not classical bits.
Benefits:
Drawer works correctly with mid-circuit measurements
Possible Drawbacks:
Related GitHub Issues: