forked from qiskit-community/qiskit-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
5b96dd8
commit 1be1ca0
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
releasenotes/notes/short-description-string-7fdde1a7a81b80f7.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
features: | ||
- | | ||
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 must provide a backend in the code | ||
example. As a default, the backend is a simulator such as | ||
AerSimulator(FakePerth). In some experiments, the backend is an IBM real | ||
device due to the backend.default() dependence of the code example. |