-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 0.11.0 release This commit prepares for the 0.11.0 release. It moves the release notes to a self contained directory for the release and updates the wording and details of the release notes. Once this commit merges it should be the tagged commit for the release. * Apply suggestions from code review Co-authored-by: Jake Lishman <jake@binhbar.com> Co-authored-by: Jake Lishman <jake@binhbar.com>
- Loading branch information
1 parent
44b8fbe
commit b7c4a32
Showing
41 changed files
with
47 additions
and
123 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
releasenotes/notes/0.11/add-backendv2-support-to-noise-model-78fe515040918793.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: | ||
- | | ||
Added support for :class:`~.BackendV2` to | ||
:meth:`~.NoiseModel.from_backend`. | ||
Now it can generate a :class:`~.NoiseModel` object from an | ||
input :class:`~.BackendV2` instance. When a :class:`~.BackendV2` | ||
input is used on :meth:`~.NoiseModel.from_backend` the two deprecated | ||
options, ``standard_gates`` and ``warnings``, are gracefully ignored. |
10 changes: 10 additions & 0 deletions
10
releasenotes/notes/0.11/add-primitives-65bf67ea8f0c29b1.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,10 @@ | ||
--- | ||
features: | ||
- | | ||
Added Aer implementation of :mod:`~qiskit.primitives`, | ||
:class:`~.qiskit_aer.primitives.Sampler` and :class:`~.qiskit_aer.primitives.Estimator. | ||
Thes implementations of the :class:`~qiskit.primitives.BaseSampler` and | ||
:class:`~qiskit.primitives.BaseEstimator` interfaces leverage qiskit aer to | ||
efficiently perform the computation of the primitive operations. You can | ||
refer to the :mod:`qiskit.primitives` docs for a more detailed description | ||
of the primitives API. |
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/0.11/add_aer_runtime_library-6a0efd6a75a510b9.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,6 @@ | ||
--- | ||
features: | ||
- | | ||
Added a shared library to Qiskit Aer that allows external programs to use | ||
Aer's simulation methods. This is an experimental feature and its API | ||
may be changed without the deprecation period. |
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/0.11/change_default_fusion_parameters-cec337a003208e06.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,13 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Set default ``fusion_max_qubit`` and ``fusion_threshold`` depending on the configured | ||
``method`` for :class:`~AerSimulator`. Previously, the default values of | ||
``fusion_max_qubit`` and ``fusion_threshold`` were ``5`` and ``14`` respectively for | ||
all simulation methods. However, their optimal values depend on running methods. If you | ||
depended on the previous defaults you can explicitly set ``fusion_max_qubit=5`` or | ||
``fusion_threshold=14`` to retain the previous default behavior. For example:: | ||
from qiskit_aer import AerSimulator | ||
sim = AerSimulator(method='mps', fusion_max_qubit=5, fusion_threshold=14) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
--- | ||
prelude: | | ||
The Qiskit Aer 0.11.0 release highlights are: | ||
* The migration to a new self-contained Python namespace ``qiskit_aer`` | ||
* The introduction of the :class:`~.AerStatevector` class | ||
* The introduction of Aer implementations of :mod:`~qiskit.primitives`, | ||
:class:`~qiskit_aer.primitives.Sampler` and :class:`~qiskit_aer.primitives.Estimator` | ||
* Introduction of support for running with `cuQuantum <https://developer.nvidia.com/cuquantum-sdk>`__ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions
6
releasenotes/notes/add-backendv2-support-to-noise-model-78fe515040918793.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
releasenotes/notes/add_aer_runtime_library-6a0efd6a75a510b9.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
releasenotes/notes/change_default_fusion_parameters-cec337a003208e06.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
releasenotes/notes/density-multi-chunk-fix-e9effc67d0365418.yaml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
releasenotes/notes/fix-local-noise-pass-f94546869a169103.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
releasenotes/notes/fix-thrust-cpu-threads-67db86b2edcf06b3.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
releasenotes/notes/fix_parallel_diag_fusion-a7f914b3a9f491f7.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
releasenotes/notes/remove_circuit_metadata_from_qobj-324e7ea9b369ee67.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
releasenotes/notes/resolve_parameters_before_truncation-ec7074f1f0f831e2.yaml
This file was deleted.
Oops, something went wrong.