From 51625bdde80174c476093bd485ce3d62025e4045 Mon Sep 17 00:00:00 2001 From: Naohito Nakazawa <117684192+Naohnakazawa@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:25:58 +0900 Subject: [PATCH] added releasenotes/notes/add-example-to-T1-experiment-59eba48992e78bb3.yaml (Qiskit-Extensions#1238) --- .../add-example-to-T1-experiment-59eba48992e78bb3.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/add-example-to-T1-experiment-59eba48992e78bb3.yaml diff --git a/releasenotes/notes/add-example-to-T1-experiment-59eba48992e78bb3.yaml b/releasenotes/notes/add-example-to-T1-experiment-59eba48992e78bb3.yaml new file mode 100644 index 0000000000..682f62093c --- /dev/null +++ b/releasenotes/notes/add-example-to-T1-experiment-59eba48992e78bb3.yaml @@ -0,0 +1,9 @@ +--- +features_expclass: + - | + Added minimal working code examples to the API pages for each experiment, especially in characterizaion experiments. + The minimal working code example is a code snippet which users can copy and paste to run the experiment. + Users are required to specify a backend in the code example. As a default, the backend is a simulator such as + GenericBackendV2(num_qubits=27). In some experiments, the backend is an IBM real device due to the + backend.defaults() dependence of the code example. +