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

Adding Basic QSD Decomposition to BQSKit #283

Closed
wants to merge 5 commits into from

Conversation

jkalloor3
Copy link
Contributor

This adds a naive, un-optimized version of Quantum Shannon Decomposition to BQSKit. This pass recursively breaks down a unitary of n qubits to 4 unitaries of width n-1, until you reach unitaries of a desired size (usually width 2). The pass also has the option of running ScanningGateRemoval (with the ability to do TreeScan) to try and remove unecessary gates at each level of the decomposition.

@edyounis
Copy link
Member

edyounis commented Oct 7, 2024

Once the multiplexed rotations gets merged in, can you rebase this?

edyounis
edyounis previously approved these changes Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants