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

RCCX and RC3X Gates #164

Conversation

01110011011101010110010001101111
Copy link
Collaborator

Added functionality for the RCCX gate (simplified Toffoli gate) with pytest check and a brief docstring.

Qiskit Equivalent: https://qiskit.org/documentation/stubs/qiskit.circuit.library.RCCXGate.html

@01110011011101010110010001101111
Copy link
Collaborator Author

Update: in most recent commit, added the rc3x gate (the simplified 3-controlled Toffoli gate).

Qiskit: https://qiskit.org/documentation/stubs/qiskit.circuit.library.RC3XGate.html#qiskit.circuit.library.RC3XGate
Followed matrix mentioned in this paper: https://arxiv.org/abs/1508.03273

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