forked from Qiskit/qiskit-aer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/mps-apply_multi_qubit_gate-crash-23d26d405f80163d.yaml
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,11 @@ | ||
--- | ||
prelude: > | ||
MPS::apply_multi_qubit_gate could crash in some circumstances | ||
fixes: | ||
- | | ||
A matrix was attempted to be constructed despite having `is_diagonal` | ||
parameter set to true and the passed matrix being a vector. The attempt | ||
to access the element incorrectly resulted in a crash. Now a vector is | ||
constructed when `is_diagonal` is true. For more information refer to | ||
`#2292 <https://github.com/Qiskit/qiskit-aer/issues/2292>` | ||
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