mirror of https://github.com/Qiskit/qiskit.git
9 lines
369 B
YAML
9 lines
369 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Nesting a :class:`.FlowController` inside another in a :class:`.PassManager`
|
|
could previously cause some transpiler passes to become "forgotten" during
|
|
transpilation, if the passes returned a new :class:`.DAGCircuit` rather than
|
|
mutating their input. Nested :class:`.FlowController`\ s will now affect
|
|
the transpilation correctly.
|