You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ha, I know exactly what we've done here, and funnily enough I looked at the line of code responsible, thought about changing it and thought "nah, that's right". I can fix this no worries.
Environment
What is happening?
In some cases, the qasm3 exporter gives an error if the circuit has more clbits than needed in the if_else statement.
How can we reproduce the issue?
Run the following:
Now,
qc
gets correctly exported, whileqc_trans
provides the following error:What should happen?
The QASM3 string should be output for both cases.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: