mirror of https://github.com/Qiskit/qiskit.git
7 lines
310 B
YAML
7 lines
310 B
YAML
---
|
|
upgrade_circuits:
|
|
- |
|
|
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.
|