-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Matthew Treinish <[email protected]> (cherry picked from commit 8929e12) Co-authored-by: Julien Gacon <[email protected]>
- Loading branch information
1 parent
7f60c17
commit 9a393f1
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed the definition of the :class:`.CUGate` matrix in Rust-space. | ||
While this was not noticable while handling the :class:`.CUGate` purely on | ||
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>`__. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters