forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
QuantumCircuit.bind_parameters
This expires the deprecation on `bind_parameters` in favour of `assign_parameters`, which is a drop-in replacement with its defaults.
- Loading branch information
1 parent
f3fffc0
commit c481676
Showing
3 changed files
with
86 additions
and
172 deletions.
There are no files selected for viewing
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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/remove-bind-parameters-13da38072c28a881.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,6 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The method ``QuantumCircuit.bind_parameters`` has been removed, following its deprecation in | ||
Qiskit 0.45. You can use :meth:`.QuantumCircuit.assign_parameters` as a drop-in replacement | ||
with all its defaults, and it also exposes additional features over the old method. |
Oops, something went wrong.