@@ -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
10740.11.0
0 commit comments