qiskit/releasenotes/notes/0.13/fix-propagation-of-substitu...

9 lines
354 B
YAML

---
fixes:
- |
Previously, replacing :class:`~qiskit.circuit.Parameter` objects in a
circuit with new Parameter objects prior to decomposing a circuit would
result in the substituted values not correctly being substituted into the
decomposed gates. This has been resolved such that binding and
decomposition may occur in any order.