Qiskit's circuit_to_qasm_string
functionality can't handle qiskit.circuit.library.GR
circuit
#8090
Labels
circuit_to_qasm_string
functionality can't handle qiskit.circuit.library.GR
circuit
#8090
Environment
What is happening?
Converting
qiskit.circuit.library.GR
capitalizes the GR instruction (GR
) when it should begr
.GR
is not valid QASM. It also defines the GR gate in int parameters instead of ID.How can we reproduce the issue?
Converting the
qasm
definition togr
comes up with a different errorWhat should happen?
The above snippets shouldn't throw exceptions.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: