mirror of https://github.com/Qiskit/qiskit.git
11 lines
490 B
YAML
11 lines
490 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a new attribute, :attr:`~.QuantumCircuit.layout`, to the
|
|
:class:`~.QuantumCircuit` class. This attribute is typically populated
|
|
by :func:`~.transpile` or :class:`.PassManager.run` (when the
|
|
:ref:`transpiler-preset-stage-layout` and :ref:`routing_stage` are run in the
|
|
:class:`~PassManager`) and contains a :class:`~.TranspileLayout` which
|
|
contains the information about the permutation of the input circuit
|
|
during :class:`~.transpile`.
|