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
Operations inside control flow are not decomposed when calling QuantumCircuit.decompose. I would expect decompose to unroll the blocks inside a control flow, alike to the c_if behavior.
Environment
main
What is happening?
Operations inside control flow are not decomposed when calling
QuantumCircuit.decompose
. I would expectdecompose
to unroll the blocks inside a control flow, alike to thec_if
behavior.How can we reproduce the issue?
prints
What should happen?
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: