-
Notifications
You must be signed in to change notification settings - Fork 57
Fix measurement change detection in apply_transforms function #2081
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
Conversation
…ling of measurement changes during QNode transformations.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v0.13.0-rc #2081 +/- ##
=============================================
Coverage ? 97.46%
=============================================
Files ? 91
Lines ? 10608
Branches ? 995
=============================================
Hits ? 10339
Misses ? 213
Partials ? 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Wait, what does the invalid label mean? 😲 |
@paul0403 It means the PR solution is invalid. 😅 |
- Updated related tests to reflect changes in measurement handling during QNode transformations.
Hello. You may have forgotten to update the changelog!
|
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.
Thanks @sengthai , just some minor suggestions
Co-authored-by: Hong-Sheng Zheng <[email protected]>
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.
LGTM, Thanks @sengthai
Description of the Change:
Updated conditional checks to ensure correct handling of measurement changes during QNode transformations.
Related GitHub Issues:
Closes #2070