qiskit/releasenotes/notes/1.1/fix-inverse-cancellation-se...

8 lines
291 B
YAML

---
fixes:
- |
Fixed an issue in the :class:`.InverseCancellation` transpiler pass where in some cases it
would incorrectly cancel a self-inverse parameterized gate even if the parameter value
didn't match.
Fixed `#11815 <https://github.com/Qiskit/qiskit/issues/11815>`__