qiskit/releasenotes/notes/0.20/add-v2-backend-support-in-t...

14 lines
654 B
YAML

---
fixes:
- |
Fixed support in :func:`~qiskit.compiler.transpile` for passing an
:class:`~.InstructionScheduleMap` object to the underlying
:class:`~qiskit.transpiler.PassManager` based on the
:class:`~qiskit.transpiler.Target` for
:class:`~qiskit.providers.backend.BackendV2` based backends. Previously,
the :func:`~qiskit.compiler.transpile` function would not do this
processing and any transpiler passes which do not support working with
a :class:`~.Target` object yet would not have access to the default
pulse calibrations for the instructions from a
:class:`~qiskit.providers.backend.BackendV2` backend.