-
Notifications
You must be signed in to change notification settings - Fork 603
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
Deprecate basis state preparation #6116
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6116 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 444 444
Lines 42323 42325 +2
=======================================
+ Hits 42149 42151 +2
Misses 174 174 ☔ View full report in Codecov by Sentry. |
[sc-72045] |
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, just suggestions to replace the fixtures you added with pytest.mark.filterwarnings
.
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.
Approving again! 🎉
tests/templates/test_state_preparations/test_basis_state_prep.py
Outdated
Show resolved
Hide resolved
tests/templates/test_state_preparations/test_basis_state_prep.py
Outdated
Show resolved
Hide resolved
In this PR, BasisStatePreparation is being deprecated --------- Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
In this PR, BasisStatePreparation is being deprecated