Skip to content

Commit

Permalink
notes fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
coruscating committed Jun 4, 2024
1 parent b32e9eb commit 5846e18
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/0.7/0_7_release-96efcec2c45dcf74.yaml
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5846e18

Please sign in to comment.