push
github
Fix build ordering of `BlueprintCircuit._append` (#11181) (#11183) `QuantumCircuit._append` is the actual append primitive and is allowed in inner-loop appends (and for `QuantumCircuit` to assume that it's callable from other methods), so it's important that the "ensure built" check happens there, not in `append`. (cherry picked from commit a2c5412f8) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
2 of 2 new or added lines in 1 file covered. (100.0%)
73878 of 85009 relevant lines covered (86.91%)
91233.4 hits per line