diff --git a/releasenotes/notes/short-description-string-7fdde1a7a81b80f7.yaml b/releasenotes/notes/short-description-string-7fdde1a7a81b80f7.yaml new file mode 100644 index 0000000000..d6e4bae3fc --- /dev/null +++ b/releasenotes/notes/short-description-string-7fdde1a7a81b80f7.yaml @@ -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.