BlueprintCircuit
subclasses rebuild out-of-order after _append
#11180
Labels
bug
Something isn't working
Environment
What is happening?
Subclasses of
BlueprintCircuit
do not behave correctly when the inner-loop_append
method is used; the circuit is not rebuilt prior to accepting the append.How can we reproduce the issue?
gives
whereas using
QuantumCircuit.append
gives the expected:What should happen?
Inner
_append
should handle enforcing the build, notappend
.Any suggestions?
No response
The text was updated successfully, but these errors were encountered: