-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
QFT circuit synthesis for linear nearest neighbor connectivity #11236
Conversation
One or more of the the following people are requested to review this:
|
Pull Request Test Coverage Report for Build 7083208146Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
Here are some performance benchmarks done with @alexanderivrii (on ibm_brisbane device) 10-qubit QFT circuits:
50-qubit QFT circuits:
|
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.
Some minor comments, otherwise looks good!
LGTM, just left some tiny comments above. The one thing I'm still not quite understanding is how this has the approximately same number of gates as the tket example but is way shallower. But as long as the synthesis is correct I guess that's good 🙂 |
Summary
#9036
Synthesis of QFT circuits for linear nearest neighbor connectivity
based on Fowler et al, Fig 2.b from https://arxiv.org/abs/quant-ph/0402196
Details and comments