Skip to content

Commit

Permalink
Add reno
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jan 21, 2025
1 parent 6e2a4c2 commit 2b5c4cf
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
upgrade_transpiler:
- |
The ``backend_properties`` input argument has been removed from the following objects:
* :class:`.UnitarySynthesis` transpiler pass
* :func:`.generate_translation_passmanager` function
This argument required a ``BackendProperties`` object, deprecated since qiskit 1.2, as it
belonged to the deprecated BackendV1 workflow. Constraints such as gate error and durations
can be communicated to the :class:`.UnitarySynthesis` using the ``target`` input argument instead.

0 comments on commit 2b5c4cf

Please sign in to comment.