Skip to content

Commit

Permalink
added releasenotes/notes/add-example-to-T1-experiment-59eba48992e78bb…
Browse files Browse the repository at this point in the history
…3.yaml (Qiskit-Extensions#1238)
  • Loading branch information
Naohnakazawa committed Feb 29, 2024
1 parent 59ccc47 commit 51625bd
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 51625bd

Please sign in to comment.