qiskit/releasenotes/notes/0.25/sabre-control-flow-3772af2c...

10 lines
390 B
YAML

---
features:
- |
Control-flow operations are now supported by the Sabre family
of transpiler passes, namely layout pass :class:`.SabreLayout`
and routing pass :class:`.SabreSwap`. Function :func:`.transpile`
keyword arguments ``layout_method`` and ``routing_method`` now
accept the option "sabre" for circuits with control flow,
which was previously unsupported.