Skip to content

Commit

Permalink
move remaining renos
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryoris committed Sep 12, 2024
1 parent 5877167 commit 0965414
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fixes:
- |
Fixed the definition of the :class:`.CUGate` matrix in Rust-space.
While this was not noticable while handling the :class:`.CUGate` purely on
While this was not noticable when handling the :class:`.CUGate` purely on the
Python side, this had knock-on effects when transpiler passes were using the
Rust representation, such as could happen in :class:`.Consolidate2qBlocks`.
Fixed `#13118 <https://github.com/Qiskit/qiskit/issues/13118>`__.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
fixes:
- |
Fixed an edge case in :class:`.SabreLayout`, where in rare cases on large
Fixed an edge case in :class:`.SabreLayout`, where, in rare cases on large
devices and challenging circuits, the routing would fail. This was due to the
release valve making more than one two-qubit gate routable, where only one was expected.
Fixed `#13081 <https://github.com/Qiskit/qiskit/issues/13081>`__.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ fixes:
- |
Fixed a bug where various synthesis methods created circuits without quantum or
classical registers. This also affected functions that internally used the synthesis
methods, such as :meth:`.Clifford.to_circuit`.
methods, such as :meth:`.Clifford.to_circuit`. While the circuits were valid, this could
cause issues when comparing circuits with registers.
Fixed `#13041 <https://github.com/Qiskit/qiskit/issues/13041>`__.

0 comments on commit 0965414

Please sign in to comment.