-
Notifications
You must be signed in to change notification settings - Fork 39
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
remove op arithmetic observable support #326
Conversation
…neAI/pennylane-lightning into no-op-arithmetic-support
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.
Looks good to me. Thanks @albi3ro
Codecov Report
@@ Coverage Diff @@
## master #326 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 73 73
Lines 5108 5115 +7
=======================================
+ Hits 5095 5102 +7
Misses 13 13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looks good 👍
DefaultQubit
supports observable measurement of the newSum
,Prod
, andSProd
classes. Lightning does not yet support these observables, so we need to remove them from the list of supported observables.In the longer term, we should determine what is necessary to support these general observables.