Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit a2bcabe

Browse files
nonhermitianjaygambetta
authored andcommitted
Numerate and cleanup Aer tutorials (#771)
* reduced devices * rename to reduced backends * remove from master * numerate and cleanup aer tutorials
1 parent ac1c885 commit a2bcabe

13 files changed

Lines changed: 3691 additions & 3090 deletions

qiskit/1_start_here.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@
6262
"## 3 Qiskit Aer\n",
6363
"\n",
6464
"Aer, the ‘air’ element, permeates all Qiskit elements. To really speed up development of quantum computers, we need better simulators with the ability to model realistic noise processes that occur during computation on actual devices. Aer provides a high-performance simulator framework for studying quantum computing algorithms and applications in the noisy intermediate-scale quantum regime. \n",
65-
" * [Aer provider](advanced/aer/aer_provider.ipynb) - Gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator\n",
66-
" * [Extended stabilizer tutorial](advanced/aer/extended_stabilizer_tutorial.ipynb) - Gives an overview of the *extended stabilizer* Qasm Simulator method\n",
67-
" * [Device noise simulation](advanced/aer/device_noise_simulation.ipynb) - Shows how to use the Qiskit Aer noise module to automatically generate a basic noise model for simulating hardware backends\n",
68-
" * [Building noise models](advanced/aer/building_noise_models.ipynb) - Shows how to use Qiskit Aer noise module to construct custom noise models for noisy simulations\n",
69-
" * [Custom gate noise](advanced/aer/custom_gate_noise.ipynb) - Shows to implement simulations using custom noisy gates.\n",
70-
" * [Noise transformations](advanced/aer/noise_transformation.ipynb) - Demonstrates the noise approximation utility functions to construct approximate Clifford noise models out of a general noise model\n",
65+
"1. [Aer provider](advanced/aer/1_aer_provider.ipynb) - Gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator\n",
66+
"2. [Device noise simulation](advanced/aer/2_device_noise_simulation.ipynb) - Shows how to use the Qiskit Aer noise module to automatically generate a basic noise model for simulating hardware backends\n",
67+
"3. [Building noise models](advanced/aer/3_building_noise_models.ipynb) - Shows how to use Qiskit Aer noise module to construct custom noise models for noisy simulations\n",
68+
"4. [Custom gate noise](advanced/aer/4_custom_gate_noise.ipynb) - Shows to implement simulations using custom noisy gates.\n",
69+
"5. [Noise transformations](advanced/aer/5_noise_transformation.ipynb) - Demonstrates the noise approximation utility functions to construct approximate Clifford noise models out of a general noise model\n",
70+
"6. [Extended stabilizer tutorial](advanced/aer/6_extended_stabilizer_tutorial.ipynb) - Gives an overview of the *extended stabilizer* Qasm Simulator method\n",
71+
"7. [Matrix Product State simulator](advanced/aer/7_matrix_product_state_method.ipynb) - Gives an overview of the *matrix product state* Simulator method\n",
7172
" \n",
7273
"## 4 Qiskit Ignis\n",
7374
"Ignis, the ‘fire’ element, is dedicated to fighting noise and errors and to forging a new path. This includes better characterization of errors, improving gates, and computing in the presence of noise. Ignis is meant for those who want to design quantum error correction codes, or who wish to study ways to characterize errors through methods such as tomography and randomized benchmarking, or even to find a better way for using gates by exploring dynamical decoupling and optimal control. Ignis tutorials are found [here](advanced/ignis/) and include:\n",

qiskit/advanced/aer/1_aer_provider.ipynb

Lines changed: 608 additions & 0 deletions
Large diffs are not rendered by default.

qiskit/advanced/aer/2_device_noise_simulation.ipynb

Lines changed: 786 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)