-
Notifications
You must be signed in to change notification settings - Fork 615
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 warning example qsvt #6693
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6693 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 468 468
Lines 44132 44132
=======================================
Hits 43973 43973
Misses 159 159 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Jay Soni <[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.
Looks good to me 👍🏼
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. Make sure to address the codefactor issue.
**Context:** - The example shows a warning due to the deprecation of qml.qsvt_legacy. It has been updated - This PR also add a little modification to accept scalars and arrays as qsvt input ([solves this comment](PennyLaneAI/qml#1276 (comment))) --------- Co-authored-by: Jay Soni <[email protected]>
Context: