We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for a two-Qubit swap gate (not to be confused with an entanglement swap)
The Qubit class defined in netqasm.sdk.qubit currently supports the CNOT and CZ two-qubit gates.
The SWAP two-qubit gate is not natively supported by NetQASM.
As a temporary work-around, we can construct a SWAP gate out of three CNOT gates as described here: https://algassert.com/post/1717
The text was updated successfully, but these errors were encountered:
'mov' is actually a swap, from looking over the code.
Sorry, something went wrong.
No branches or pull requests
Add support for a two-Qubit swap gate (not to be confused with an entanglement swap)
The Qubit class defined in netqasm.sdk.qubit currently supports the CNOT and CZ two-qubit gates.
The SWAP two-qubit gate is not natively supported by NetQASM.
As a temporary work-around, we can construct a SWAP gate out of three CNOT gates as described here: https://algassert.com/post/1717
The text was updated successfully, but these errors were encountered: