qiskit/releasenotes/notes/0.11/3281-parameterized-circuits...

10 lines
342 B
YAML

---
fixes:
- |
The Collect2qBlocks and CommutationAnalysis passes in the transpiler had
been unable to process circuits containing Parameterized gates, preventing
Parameterized circuits from being transpiled at optimization_level 2 or
above. These passes have been corrected to treat Parameterized gates as
opaque.