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
This also affects other control flow constructs that have the same characteristic.
What is the expected behavior?
Do nothing to the circuit, run the original circuit as normal and return a result
Suggested solutions
This may be an issue on qiskit's side, but maybe add a true_body of identity when creating the IfElseOp, and other relevant ops for the other control flow statements.
The text was updated successfully, but these errors were encountered:
Benny and I found this bug.
Informations
What is the current behavior?
Running on
AerSimulator
stallsSteps to reproduce the problem
Create a conditional that is guaranteed to be true, but does nothing.
This also affects other control flow constructs that have the same characteristic.
What is the expected behavior?
Do nothing to the circuit, run the original circuit as normal and return a result
Suggested solutions
This may be an issue on qiskit's side, but maybe add a
true_body
of identity when creating theIfElseOp
, and other relevant ops for the other control flow statements.The text was updated successfully, but these errors were encountered: