qiskit/releasenotes/notes/0.45/fixes_7677_1-b9322834cae57b...

9 lines
431 B
YAML

---
fixes:
- |
The pass :class:`.NoiseAdaptiveLayout` now takes :class:`~qiskit.transpiler.CouplingMap`
as an optional argument. This is used by the plugin to control on inconsistency between
:meth:`~qiskit.providers.BackendV1.configuration` and
:meth:`~qiskit.providers.BackendV1.properties`, like in the case of :class:`.FakeMelbourne`.
Fixed `#7677 <https://github.com/Qiskit/qiskit-terra/issues/7677>`__.