Skip to content
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

optimize circuits with annotated operations using conjugate reduction #11810

Closed
alexanderivrii opened this issue Feb 15, 2024 · 0 comments · Fixed by #11811
Closed

optimize circuits with annotated operations using conjugate reduction #11810

alexanderivrii opened this issue Feb 15, 2024 · 0 comments · Fixed by #11811
Assignees
Labels
type: feature request New feature or request
Milestone

Comments

@alexanderivrii
Copy link
Member

What should we add?

One of the optimizations suggested in #11475 but not covered by #11476 is the following "conjugate reduction":

A great example is a controlled QFT-based adder, which looks as follows: control-(QFT^{-1} -- U -- QFT). We saw in the past that Qiskit produces significantly sub-optimal decompositions. The circuit can be optimized to: QFT^{-1} -- control-U -- QFT, i.e. the control can be moved to the U-part only.

I have a version of this reduction already implemented and will submit a PR shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant