mirror of https://github.com/Qiskit/qiskit.git
8 lines
320 B
YAML
8 lines
320 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed :class:`~.CommutationAnalysis` to group gates on a wire into sets, with each
|
|
set only containing gates that pairwise commute. This prevents
|
|
:class:`~.CommutationCancellation` from performing unsound optimizations.
|
|
See `#8020 <https://github.com/Qiskit/qiskit-terra/issues/8020>`__
|