Skip to content

Commit

Permalink
Modify new release note
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Nov 27, 2024
1 parent 1acf8c7 commit b7a7955
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
fixes:
- |
The transpilation pass :class`.InverseCancellation` now runs inside of flow controlled blocks. Previously, it ignores the pairs of gates in classical blocks that can be cancelled. Refer to `#13437 <https://github.com/Qiskit/qiskit/issues/13437>` for more details.
The transpilation pass :class`.InverseCancellation` now will recurse into :class`.ControlFlowOp`
operations present in a :class:`.QuantumCircuit`. Previously, the pass would ignorez
inverse gate pairs inside control flow blocks that could have been cancelled. Refer to
`#13437 <https://github.com/Qiskit/qiskit/issues/13437>` for more details.

0 comments on commit b7a7955

Please sign in to comment.