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
not
The qasm -
OPENQASM 2.0; include "qelib1.inc"; qreg q[2]; not q[1];
should be correctly parsed but raised an error -
ValidationError: Unsupported / undeclared QASM operation: not
We should add the alias for it in maps.py and apply the x gate whenever it is encountered
maps.py
x
No response
The text was updated successfully, but these errors were encountered:
Is this still open? it seems like not is already in ONE_QUBIT_OP_MAP in maps.py
ONE_QUBIT_OP_MAP
Sorry, something went wrong.
Yep, was added in an earlier PR, forgot to add a back-ref. Thanks for highlighting!
No branches or pull requests
Feature Description
The qasm -
should be correctly parsed but raised an error -
We should add the alias for it in
maps.py
and apply thex
gate whenever it is encounteredImplementation (Optional)
No response
The text was updated successfully, but these errors were encountered: