-
Notifications
You must be signed in to change notification settings - Fork 10
Implement unitary AQC #45
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
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 16126422632Details
💛 - Coveralls |
I added a demonstration notebook. I realized that Other candidates:
|
I think an even better name might be |
Interesting; https://link.aps.org/accepted/10.1103/PhysRevApplied.16.024039 uses the phrase "unitary fidelity" to mean the same thing as the quantity we are maximizing. |
This
is very rough (untested so far, but lint passes). Itfollows the same style as #35, which itself is motivated by the desire that implement both state AQC and unitary AQC alongside one another in this package.The main thing left to do is to show how to construct the target tensor network (update: now done). There is a quimb tutorial that does this, but it seems to construct the unitary in dense form first, and we want to avoid this.