Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardcode missing names in QPY backwards-compat tests (#11015)
The newest control-flow QPY tests do not have hard-coded names on the outer circuits, which trips assertion errors if the library import causes any more circuits to be instantiated during build (since the generated names are circuit-count dependent). Inner circuits do not need naming in the same way, since these are not used in the assertion; nested circuits' names would be tested separately. The control-flow builder interface, for example, does not assign these circuits names at all.
- Loading branch information