-
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 unsupported gates from toml file. #698
Remove unsupported gates from toml file. #698
Conversation
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.
🙌
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #698 +/- ##
==========================================
- Coverage 95.42% 91.62% -3.81%
==========================================
Files 174 150 -24
Lines 22814 18047 -4767
Branches 363 0 -363
==========================================
- Hits 21771 16535 -5236
- Misses 1043 1512 +469 ☔ 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.
Thank you, @erick-xanadu!
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.
You don't need me, but LGMT!
😄 thanks! tagged you @vincentmr as I wasn't sure if Amintor would have time to check this PR. |
Context: Three gates where removed from
lightning.qubit
supported gates.Description of the Change: Remove these gates from the TOML file.
Benefits: Catalyst's gate verification passes.
[sc-62310]