-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update toml files with non_commuting_observables #764
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #764 +/- ##
==========================================
- Coverage 94.29% 86.50% -7.79%
==========================================
Files 109 17 -92
Lines 15678 1904 -13774
==========================================
- Hits 14783 1647 -13136
+ Misses 895 257 -638 ☔ View full report in Codecov by Sentry. |
[sc-60186] |
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, cheers @lillian542 .
Context:
Catalyst is adding
non_commuting_observables
as a flag in the TOML file, and conditionally applying thesplit_non_commuting
transform in the QJIT device preprocessing if the backend doesn't allow non-commuting observables.Description of the Change:
Update the lightning TOML files to indicate that non-commuting observables are supported.
Benefits:
Lightning stays consistent with the changes in this PR