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
12 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/aggregate_operations-crash-c262132ba430972d.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,9 @@ | ||
--- | ||
prelude: > | ||
DiagonalFusion::aggregate_operations could crash in some circumstances | ||
fixes: | ||
- | | ||
Sometimes `DiagonalFuson::get_next_deagonal_end` had an invalid `from` | ||
parameter. Now it has a check to return -1 in such a case. For more | ||
details refer to: `#2291 <https://github.com/Qiskit/qiskit-aer/issues/2291>` | ||
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