-
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
Update the LQ new device API to work with Catalyst #665
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 #665 +/- ##
==========================================
+ Coverage 93.69% 97.65% +3.96%
==========================================
Files 173 173
Lines 24499 24509 +10
==========================================
+ Hits 22954 23934 +980
+ Misses 1545 575 -970 ☔ View full report in Codecov by Sentry. |
@maliasadi, we still have some tests failing, and the changelog needs to be updated. Could you please look into this? |
@AmintorDusko yeah, will update the PR after fixing the remaining issues in Catalyst :) |
35af21e
to
8e552c3
Compare
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 Job, @maliasadi. Let me know if you need more review 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 to me, thanks @maliasadi . Glad to know Catalyst compatibility will be restored.
PR #646 replaced the old device API with the new one for LQ. This migration and a few followup PRs break the Catalyst support for "lightning.qubit" against the master branch due to,
config
device attribute,_num_burnin
, andstopping_condition_shots
.This PR fixes these issues.
[sc-59103]