Skip to content

Commit

Permalink
Add reno
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jan 22, 2025
1 parent 8554dc3 commit 0b984d8
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
deprecations_transpiler:
- |
The following uses of the ``BackendProperties`` object in the transpilation
pipeline have been deprecated as of Qiskit 1.4 and will be removed in Qiskit 2.0:
* ``backend_prop`` input argument in :class:`.DenseLayout`
* ``properties`` input argument in :class:`.VF2Layout`
* ``properties`` input argument in :class:`.VF2PostLayout`
* ``backend_props`` input argument in :class:`.UnitarySynthesis`
* ``backend_properties`` in :class:`.PassManagerConfig`
* ``backend_properties`` in :func:`.generate_routing_passmanager`
* ``backend_properties`` in :func:`.generate_translation_passmanager`
* ``backend_properties`` in :meth:`.Target.from_configuration`
The ``BackendProperties`` class has been deprecated since Qiskit 1.2, as it was part
of the BackendV1 workflow. Specific instruction properties such as gate errors or
durations can be added to a :class:`.Target` upon construction through the
:meth:`.Target.add_instruction` method, and communicated to the relevant transpiler
passes through the `target` input argument.

0 comments on commit 0b984d8

Please sign in to comment.