mirror of https://github.com/Qiskit/qiskit.git
20 lines
1022 B
YAML
20 lines
1022 B
YAML
|
|
---
|
|
features_transpiler:
|
|
- |
|
|
A new :ref:`routing plugin stage <transpiler-preset-stage-routing>` is added, called
|
|
``"default"``. In Qiskit 2.0, this is simply an alias for the previous default ``"sabre"``.
|
|
The underlying default algorithm may change over the course of the Qiskit 2.x series for some or
|
|
all targets, but you can always set ``routing_method="sabre"`` explicitly to maintain
|
|
the current behavior.
|
|
upgrade_transpiler:
|
|
- |
|
|
The :ref:`routing plugin stage <transpiler-preset-stage-routing>` name ``default`` is
|
|
now reserved for the Qiskit built-in plugin of the same name.
|
|
- |
|
|
The default :ref:`routing plugin stage <transpiler-preset-stage-routing>` is now
|
|
``"default"``. In Qiskit 2.0, this is simply an alias for the previous default ``"sabre"``.
|
|
The underlying default algorithm may change over the course of the Qiskit 2.x series for some or
|
|
all targets, but you can always set ``routing_method="sabre"`` explicitly to maintain
|
|
the current behavior.
|