-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stable] Fix bug in StatevectorSimulator preventing AVX2, GPU, and si…
…ngle-precision simulations (#872) (#873) * Fix bug in StatevectorSimulator preventing AVX2, GPU, and single-precision simulations (#872) Fixes bug in the StatevectorSimulator that caused it to always run as CPU with double-precision without SIMD/AVX2 support even on systems with AVX2, or when single-precision or the GPU method was specified in the backend options. * Version to 0.6.1
- Loading branch information
1 parent
cf6b2f1
commit 9e17f97
Showing
4 changed files
with
10 additions
and
3 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 |
---|---|---|
@@ -1 +1 @@ | ||
0.6.0 | ||
0.6.1 |
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-statevector-precision-24350e9fd7368c24.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,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes bug in the :class:`qiskit.providers.aer.StatevectorSimulator` that | ||
caused it to always run as CPU with double-precision without SIMD/AVX2 | ||
support even on systems with AVX2, or when single-precision or the GPU | ||
method was specified in the backend options. |
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