-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move release notes to 0.7 folder * Update readme example to include ideal and noisy simulation
- Loading branch information
1 parent
d64c06d
commit 65e60bf
Showing
26 changed files
with
103 additions
and
74 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
2 changes: 1 addition & 1 deletion
2
...atevector-precision-24350e9fd7368c24.yaml → ...atevector-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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes bug in the :class:`qiskit.providers.aer.StatevectorSimulator` that | ||
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. |
15 changes: 15 additions & 0 deletions
15
releasenotes/notes/0.7/0.7.0-release-a6655712e304234b.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,15 @@ | ||
--- | ||
prelude: > | ||
This 0.7.0 release includes numerous performance improvements and | ||
significant enhancements to the simulator interface, and drops support | ||
for Python 3.5. | ||
The main interface changes are configurable simulator backends, | ||
and constructing preconfigured simulators from IBMQ backends. | ||
Noise model an basis gate support has also been extended for most of the | ||
Qiskit circuit library standard gates, including new support for 1 and 2-qubit | ||
rotation gates. | ||
Performance improvements include adding SIMD support to the density matrix | ||
and unitary simulation methods, reducing the used memory and improving the | ||
performance of circuits using statevector and density matrix snapshots, and | ||
adding support for Kraus instructions to the gate fusion circuit optimization | ||
for greatly improving the performance of noisy statevector simulations. |
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
...e-snapshot-variance-7d02188deacf9a08.yaml → ...e-snapshot-variance-7d02188deacf9a08.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
releasenotes/notes/0.7/fusion-threshold-33127b9b4e219640.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,19 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Updates gate fusion default thresholds so that gate fusion will be applied | ||
to circuits with of more than 14 qubits for statevector simulations on the | ||
:class:`~qiskit.providers.aer.StatevectorSimulator` and | ||
:class:`~qiskit.providers.aer.QasmSimulator`. | ||
For the ``"density_matrix"`` | ||
method of the :class:`~qiskit.providers.aer.QasmSimulator` and for the | ||
:class:`~qiskit.providers.aer.UnitarySimulator` gate fusion will be applied | ||
to circuits with more than 7 qubits. | ||
Custom qubit threshold values can be set using the ``fusion_threshold`` | ||
backend option ie ``backend.set_options(fusion_threshold=10)`` | ||
- | | ||
Changes ``fusion_threshold`` backend option to apply fusion when the | ||
number of qubits is above the threshold, not equal or above the threshold, | ||
to match the behavior of the OpenMP qubit threshold parameter. |
File renamed without changes.
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
File renamed without changes.
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 @@ | ||
--- | ||
|
||
features: | ||
- | | ||
Adds support for general Kraus | ||
:class:`~qiskit.providers.aer.noise.QauntumError` gate errors in the | ||
:class:`~qiskit.providers.aer.noise.NoiseModel` to the | ||
``"matrix_product_state"`` method of the | ||
:class:`~qiskit.providers.aer.QasmSimulator`. |
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/0.7/mps-density-matrix-51f7d5b1ef51e746.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 @@ | ||
--- | ||
|
||
features: | ||
- | | ||
Adds support for density matrix snapshot instruction | ||
:class:`qiskit.providers.aer.extensions.SnapshotDensityMatrix` to the | ||
``"matrix_product_state"`` method of the | ||
:class:`~qiskit.providers.aer.QasmSimulator`. | ||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.