Skip to content

Commit

Permalink
Fix for Qiskit#2234 "Calling AerState::probabilities() crashes for th…
Browse files Browse the repository at this point in the history
…e MPS simulator"
  • Loading branch information
aromanro committed Sep 21, 2024
1 parent 61a557f commit 03495ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions releasenotes/notes/probabilities-0137851da6c25572.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
prelude: >
Fixed a crash that occurred when using the MPS simulator, but possibly in
other simulators as well, in AERState::probabilities().
fixes:
- |
The crash was generated by having op.qubits empty.
Refer to
`#2234 <https://github.com/Qiskit/qiskit-aer/issues/2234>` for more
information.

0 comments on commit 03495ef

Please sign in to comment.