-
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.
Fix the matrix representation of CUGate in Rust (#13121)
Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
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