qiskit/releasenotes/notes/0.45/deprecate-bind-parameters-2...

9 lines
377 B
YAML

---
deprecations:
- |
The method :meth:`.QuantumCircuit.bind_parameters` is now deprecated and will be removed
from the codebase in no less than 3 months from the release date. Its functionality
overlapped highly with :meth:`.QuantumCircuit.assign_parameters`, and can be totally
replaced by it. Please use :meth:`.QuantumCircuit.assign_parameters` instead.