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