-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add (state) Schmidt decomposition to quantum_info.linalg_operations
#1471
Conversation
quantum_info.linalg_operations
quantum_info.linalg_operations
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1471 +/- ##
=======================================
Coverage 99.93% 99.93%
=======================================
Files 81 81
Lines 11795 11805 +10
=======================================
+ Hits 11787 11797 +10
Misses 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Simone-Bordoni I'm using this function to replace another one in the transpiler, so could you please check that everything is ok? Thanks. |
Much better now! Hopefully it should also improve the precision in the different backends. |
Co-authored-by: BrunoLiegiBastonLiegi <[email protected]>
This is the first step to close #1345. However, fully closing it requires implementing the Schmidt decomposition for operators.
EDIT: Needs #1473
Checklist: