-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
670bf3b
commit e6636be
Showing
35 changed files
with
176 additions
and
131 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.. release-notes:: Release Notes | ||
.. release-notes:: Release Notes |
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
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
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
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
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
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,6 @@ | ||
--- | ||
prelude: > | ||
The Qiskit Experiments 0.4 release includes major improvements to the :class:`.CurveAnalysis` | ||
class and other bug fixes and improvements. The database service has switched to the | ||
`qiskit-ibm-experiment <https://github.com/Qiskit/qiskit-ibm-experiment>`_ provider. | ||
Several new data processing nodes have been added. |
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,4 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes a bug that caused analysis to sometimes run after job or previous analysis failure. |
7 changes: 4 additions & 3 deletions
7
.../backend_data_class-270cec767b463e97.yaml → .../backend_data_class-270cec767b463e97.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,11 +1,12 @@ | ||
--- | ||
features: | ||
- | | ||
Adds a new class, :class:`.BackendData` which provides a common access inferface | ||
for both :class:`.BackendV1` and :class:`.BackendV2` data fields, since those | ||
Adds a new class, :class:`.BackendData`, which provides a common access inferface | ||
for both :class:`~qiskit.providers.backend.BackendV1` and | ||
:class:`~qiskit.providers.backend.BackendV2` data fields, since those | ||
classes do not share the same interface. The :class:`.BackendData` can be called | ||
on a backend and used immediately, and it is also automatically stored as the | ||
`_backend_data` field of :class:`Experiment`. Note that not all data fields | ||
``_backend_data`` field of :class:`.BaseExperiment`. Note that not all data fields | ||
are currently accessible via :class:`.BackendData`; to access additional | ||
fields, the corresponding method should be added to :class:`.BackendData` | ||
with correct treatment for both V1 and V2 backends. |
Oops, something went wrong.