-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
releasenotes/notes/deprecate-backend-v1-props-09481526448e6bfd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |