Skip to content

Commit 19b06b4

Browse files
authored
Prepare 0.13 release notes (#1603)
1 parent ca1cad6 commit 19b06b4

6 files changed

+72
-40
lines changed

docs/release_notes.rst

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,70 @@ Release Notes
55
.. release-notes::
66
:earliest-version: 0.12.0
77

8+
.. _Release Notes_0.12.0:
9+
10+
0.12.0
11+
======
12+
13+
.. _Release Notes_0.12.0_New Features:
14+
15+
Prelude
16+
-------
17+
18+
.. releasenotes/notes/add-benchmark-suffix-c3ab8c14c89edb33.yaml @ b'08dcd543ef9082c3dcf2d643a73585b18cacc829'
19+
20+
Qiskit Experiments 0.12 introduces a new option for labeling results of layer fidelity experiments. Additionally, it addresses an incompatibility with :external+qiskit_ibm_runtime:doc:`qiskit-ibm-runtime <index>` version 0.41 that prevents experiments from running.
21+
22+
23+
New Features
24+
------------
25+
26+
.. releasenotes/notes/add-benchmark-suffix-c3ab8c14c89edb33.yaml @ b'08dcd543ef9082c3dcf2d643a73585b18cacc829'
27+
28+
- A new ``benchmark_suffix`` argument for the :class:`~.LayerFidelity`
29+
and :class:`~.LayerFidelityUnitary` classes has been added which enables
30+
users to append a descriptive suffix to the names of the analysis results in
31+
these experiments, which makes bookkeeping for different types of gates easier.
32+
33+
34+
.. _Release Notes_0.12.0_Upgrade Notes:
35+
36+
Upgrade Notes
37+
-------------
38+
39+
.. releasenotes/notes/fix_hgp_bug-e131e03f71459029.yaml @ b'f321b6c5749ef0ebfb66dd762c9a8dc09360c5f6'
40+
41+
- The automatic retrieval of hub, group, and project information from a
42+
backend for storage in an :class:`~.ExperimentData` instance has been
43+
removed as these properties are no longer a part of the access model in
44+
the new IBM Quantum Platform on IBM Cloud. The new model has instances with
45+
"plans" and "names" but these do not map directly to the hub, group, and
46+
project information. Currently, no attempt is made to capture this
47+
information in an equivalent way.
48+
49+
50+
.. _Release Notes_0.12.0_Bug Fixes:
51+
52+
Bug Fixes
53+
---------
54+
55+
.. releasenotes/notes/fix_hgp_bug-e131e03f71459029.yaml @ b'f321b6c5749ef0ebfb66dd762c9a8dc09360c5f6'
56+
57+
- As described in the Upgrade Notes, automatic retrieval of hub, group, and
58+
project information is no longer attempted when the backend is set on an
59+
:class:`~.ExperimentData` instance. Avoiding this retrieval avoids an
60+
exception being raised when working with
61+
:external+qiskit_ibm_runtime:doc:`qiskit-ibm-runtime <index>` version 0.41
62+
which changed the behavior of the interface that had been used for
63+
accessing the hub, group, and project information.
64+
65+
.. releasenotes/notes/from-config-dict-6629c37d2572cfbc.yaml @ b'5eb4b5bc8b71eb271ebf19023d948fa0943ed7ec'
66+
67+
- A bug that prevented passing a ``dict`` to
68+
:meth:`.BaseExperiment.from_config` from working has been fixed (`#1577
69+
<https://github.com/qiskit-community/qiskit-experiments/issues/1577>`__).
70+
71+
872
.. _Release Notes_0.11.0:
973

1074
0.11.0

releasenotes/notes/add-benchmark-suffix-c3ab8c14c89edb33.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

releasenotes/notes/average-pub-params-f24fd73f817051ac.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
features:
44
- |
55
Enable averaging PUB parameters in :class:`~.ExperimentData` when
6-
the circuit metadata contain "average_params".
6+
the circuit metadata contain "average_params". This feature is undocumented
7+
for now since it is niche. It requires the user to submit parameterized
8+
circuits to a sampler outside of an experiment and then add the results to
9+
an :class:`.ExperimentData` object since Qiskit Experiments does not
10+
currently support running parameterized PUBs directly.

releasenotes/notes/fix_hgp_bug-e131e03f71459029.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

releasenotes/notes/from-config-dict-6629c37d2572cfbc.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.13.0 is a small update with a fix for long randomized benchmarking sequences and a new niche feature for averaging parameterized PUBs.

0 commit comments

Comments
 (0)