-
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.
Remove
QuantumCircuit.bind_parameters
(#11434)
* 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. * Fix lint
- Loading branch information
1 parent
9439c8f
commit 238f38a
Showing
3 changed files
with
86 additions
and
173 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.