mirror of https://github.com/Qiskit/qiskit.git
9 lines
356 B
YAML
9 lines
356 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug in the :class:`.RemoveIdentityEquivalent` transpiler pass, where gates close
|
|
to identity up to a global phase were removed from the circuit,
|
|
but the global phase of the circuit was not updated. In particular,
|
|
:class:`.RemoveIdentityEquivalent` now removes non-parameterized :class:`.GlobalPhaseGate`
|
|
gates.
|