mirror of https://github.com/Qiskit/qiskit.git
7 lines
320 B
YAML
7 lines
320 B
YAML
---
|
|
fixes:
|
|
- |
|
|
:class:`.SabreSwap` will no longer contract idle qubit wires out of control-flow blocks during routing.
|
|
This was generally a valid optimization, but not an expected side effect of a routing pass.
|
|
You can now use the :class:`.ContractIdleWiresInControlFlow` pass to perform this contraction.
|