From 03495efcfcf39f53a185c147e1c7b9be207fa042 Mon Sep 17 00:00:00 2001 From: Adrian Roman Date: Sat, 21 Sep 2024 14:12:14 +0300 Subject: [PATCH] Fix for https://github.com/Qiskit/qiskit-aer/issues/2234 "Calling AerState::probabilities() crashes for the MPS simulator" --- releasenotes/notes/probabilities-0137851da6c25572.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/probabilities-0137851da6c25572.yaml diff --git a/releasenotes/notes/probabilities-0137851da6c25572.yaml b/releasenotes/notes/probabilities-0137851da6c25572.yaml new file mode 100644 index 0000000000..59fab9b896 --- /dev/null +++ b/releasenotes/notes/probabilities-0137851da6c25572.yaml @@ -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 ` for more + information. \ No newline at end of file