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

Quantum Chess: Decomposition into CZ gates #46

Open
dstrain115 opened this issue Feb 24, 2022 · 0 comments
Open

Quantum Chess: Decomposition into CZ gates #46

dstrain115 opened this issue Feb 24, 2022 · 0 comments
Labels

Comments

@dstrain115
Copy link
Collaborator

Quantum chess curreently decomposes moves into circuits containing square root of iSWAP gates (ie. ISWAP ** 0.5). It would also be good to be able to decompose these operations into CZ-based gates to support future processors.

In particular, the methods in the following files need to be able to support outputting circuits using CZ:

https://github.com/quantumlib/ReCirq/blob/master/recirq/quantum_chess/quantum_moves.py
https://github.com/quantumlib/ReCirq/blob/master/recirq/quantum_chess/controlled_iswap.py

This would be a good project for a 20% contributor interested in learning about quantum computing.

@losos0 losos0 transferred this issue from quantumlib/ReCirq Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant