qiskit/releasenotes/notes/0.20/remove-deprecated-pass-mana...

9 lines
375 B
YAML

upgrade:
- |
The ``pass_manager`` kwarg for the :func:`.transpile` function
has been removed. It was originally deprecated in the 0.13.0 release.
The preferred way to transpile a circuit with a custom
:class:`~qiskit.transpiler.PassManager` object is to use the
:meth:`~qiskit.transpiler.PassManager.run` method of the :class:`.PassManager`
object.