qiskit/releasenotes/notes/1.0/remove-bind-parameters-13da...

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.