From 5846e180729fc1eb6f5e3d05a80430060e58871d Mon Sep 17 00:00:00 2001 From: Helena Zhang Date: Tue, 4 Jun 2024 10:52:06 -0400 Subject: [PATCH] notes fixes --- docs/release_notes.rst | 15 +++++++++++++++ .../0_6_deprecations-9a399c48c2d461f1.yaml | 0 .../notes/0.7/0_7_release-96efcec2c45dcf74.yaml | 7 +++++++ .../fix-epg-gatecount-60777f7a3f3566bc.yaml | 4 ++-- .../0.7/residuals_plot-377aabb9193a5a98.yaml | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) rename releasenotes/notes/{ => 0.7}/0_6_deprecations-9a399c48c2d461f1.yaml (100%) create mode 100644 releasenotes/notes/0.7/0_7_release-96efcec2c45dcf74.yaml rename releasenotes/notes/{ => 0.7}/fix-epg-gatecount-60777f7a3f3566bc.yaml (63%) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index d8dc5bb762..ab33074ee1 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -10,6 +10,21 @@ Release Notes 0.6.0 ===== +.. _Release Notes_0.6.0_Prelude: + +Prelude +------- + +.. releasenotes/notes/0.6/0.6_release-4d766733941ad57a.yaml @ b'3b039c5df784748597261d38599c1c7cb2074377' + +Qiskit Experiments 0.6 introduces numerous features and improvements. It is compatible with Qiskit 1.0. Notable changes include: refactoring th +e analysis results to a pandas :class:`~pandas:pandas.DataFrame`-based :class:`.AnalysisResultTable`, the ability to add artifacts of serializa +ble data to :class:`.ExperimentData`, and refactoring curve fit data into a new :class:`~pandas:pandas.DataFrame`-based :class:`.ScatterTable` +container that is stored by default as an artifact in :class:`.ExperimentData` along with the summary of fit results. New experiments include : +class:`.StarkP1Spectroscopy`, :class:`.StarkRamseyXY`, and :class:`.StarkRamseyXYAmpScan`. :class:`.StandardRB` and :class:`.InterleavedRB` wer +e significantly improved. The supported provider for running jobs on IBM backends is now :external+qiskit_ibm_runtime:doc:`qiskit-ibm-runtime < +index>`. Using ``qiskit-ibm-provider`` is still supported but its use is deprecated. + .. _Release Notes_0.6.0_New Features: New Features diff --git a/releasenotes/notes/0_6_deprecations-9a399c48c2d461f1.yaml b/releasenotes/notes/0.7/0_6_deprecations-9a399c48c2d461f1.yaml similarity index 100% rename from releasenotes/notes/0_6_deprecations-9a399c48c2d461f1.yaml rename to releasenotes/notes/0.7/0_6_deprecations-9a399c48c2d461f1.yaml diff --git a/releasenotes/notes/0.7/0_7_release-96efcec2c45dcf74.yaml b/releasenotes/notes/0.7/0_7_release-96efcec2c45dcf74.yaml new file mode 100644 index 0000000000..3b79545dcc --- /dev/null +++ b/releasenotes/notes/0.7/0_7_release-96efcec2c45dcf74.yaml @@ -0,0 +1,7 @@ +--- +prelude: > + The Qiskit Experiments 0.7 release adds the Layer Fidelity experiment and makes some fixes and improvements. +upgrade: + - | + Changes in behavior that users should be aware of when upgrading Qiskit Experiments + to this version are listed below in subsections by functional area. \ No newline at end of file diff --git a/releasenotes/notes/fix-epg-gatecount-60777f7a3f3566bc.yaml b/releasenotes/notes/0.7/fix-epg-gatecount-60777f7a3f3566bc.yaml similarity index 63% rename from releasenotes/notes/fix-epg-gatecount-60777f7a3f3566bc.yaml rename to releasenotes/notes/0.7/fix-epg-gatecount-60777f7a3f3566bc.yaml index c3a026935c..1af152b098 100644 --- a/releasenotes/notes/fix-epg-gatecount-60777f7a3f3566bc.yaml +++ b/releasenotes/notes/0.7/fix-epg-gatecount-60777f7a3f3566bc.yaml @@ -2,6 +2,6 @@ fixes: - | The gate counting for epg in the RB analysis code was not including the - inverse so that the total number of operations per Clifford was incorrect + inverse, so that the total number of operations per Clifford was incorrect, leading to incorrect reporting of EPG from EPC. Fixed by adding +1 for the - inverse gate + inverse gate. diff --git a/releasenotes/notes/0.7/residuals_plot-377aabb9193a5a98.yaml b/releasenotes/notes/0.7/residuals_plot-377aabb9193a5a98.yaml index 290deef306..45d330c624 100644 --- a/releasenotes/notes/0.7/residuals_plot-377aabb9193a5a98.yaml +++ b/releasenotes/notes/0.7/residuals_plot-377aabb9193a5a98.yaml @@ -1,7 +1,7 @@ --- features: - | - Added residual plot option for single-figure experiments which is enable by setting ``plot_residuals`` to True. + Added an option to plot residuals for single-figure experiments, which is enable by setting ``plot_residuals`` to ``True``. - | Introduced ``sub_plot_heights_list`` and ``sub_plot_widths_list`` attributes in :class:`.PlotStyle` for customizable subplot sizes where each list needs to sum up to 1. This feature currently works only for experiments with