QASM exporter error with CSwapGate
and DCXGate
: Cannot find gate definition for 'unitary...'
#7772
Labels
CSwapGate
and DCXGate
: Cannot find gate definition for 'unitary...'
#7772
Environment
What is happening?
The QASM exporter fails to export a valid qasm missing to include a unitary, probably due to an inverse addition.
How can we reproduce the issue?
Run:
Output:
Read the qasm back:
Output error:
What should happen?
The exported qasm should be valid without undefined unitaries.
Any suggestions?
An interesting fact is that all these features of the program concur to the error, because removing any of them result in a valid program:
Looking forward to listening to your feedback. Thanks in advance
The text was updated successfully, but these errors were encountered: