|
1 | 1 | { |
2 | 2 | "cells": [ |
3 | 3 | { |
4 | | - "attachments": {}, |
5 | 4 | "cell_type": "markdown", |
6 | 5 | "metadata": {}, |
7 | 6 | "source": [ |
|
56 | 55 | "## Aer\n", |
57 | 56 | "\n", |
58 | 57 | "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", |
59 | | - "1. [Aer provider](tutorials/aer/fundamentals/1_aer_provider.ipynb) - Gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator.\n", |
| 58 | + "1. [Aer provider](tutorials/aer/1_aer_provider.ipynb) - Gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator.\n", |
60 | 59 | "\n", |
61 | 60 | "\n", |
62 | | - "2. [Device noise simulation](tutorials/aer/fundamentals/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", |
| 61 | + "2. [Device noise simulation](tutorials/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", |
63 | 62 | "\n", |
64 | 63 | "\n", |
65 | | - "3. [Building noise models](tutorials/aer/advanced/1_building_noise_models.ipynb) - Shows how to use Qiskit Aer noise module to construct custom noise models for noisy simulations\n", |
| 64 | + "3. [Building noise models](tutorials/aer/3_building_noise_models.ipynb) - Shows how to use Qiskit Aer noise module to construct custom noise models for noisy simulations\n", |
66 | 65 | "\n", |
67 | 66 | "\n", |
68 | | - "4. [Custom gate noise](tutorials/aer/advanced/2_custom_gate_noise.ipynb) - Shows to implement simulations using custom noisy gates.\n", |
| 67 | + "4. [Custom gate noise](tutorials/aer/4_custom_gate_noise.ipynb) - Shows to implement simulations using custom noisy gates.\n", |
69 | 68 | "\n", |
70 | 69 | "\n", |
71 | | - "5. [Noise transformations](tutorials/aer/advanced/3_noise_transformation.ipynb) - Noise approximation utility functions to construct approximate Clifford noise models out of a general noise model\n", |
| 70 | + "5. [Noise transformations](tutorials/aer/5_noise_transformation.ipynb) - Noise approximation utility functions to construct approximate Clifford noise models out of a general noise model\n", |
72 | 71 | "\n", |
73 | 72 | "\n", |
74 | | - "6. [Extended stabilizer tutorial](tutorials/aer/advanced/4_extended_stabilizer_tutorial.ipynb) - Gives an overview of the *extended stabilizer* Qasm Simulator method\n", |
| 73 | + "6. [Extended stabilizer tutorial](tutorials/aer/6_extended_stabilizer_tutorial.ipynb) - Gives an overview of the *extended stabilizer* Qasm Simulator method\n", |
75 | 74 | "\n", |
76 | 75 | "\n", |
77 | | - "7. [Matrix Product State simulator](tutorials/aer/advanced/5_matrix_product_state_method.ipynb) - Gives an overview of the *matrix product state* Simulator method\n", |
| 76 | + "7. [Matrix Product State simulator](tutorials/aer/7_matrix_product_state_method.ipynb) - Gives an overview of the *matrix product state* Simulator method\n", |
78 | 77 | "\n", |
79 | 78 | "\n", |
80 | 79 | "## Ignis\n", |
|
99 | 98 | "6. [Repetition Code](tutorials/ignis/6_repetition_code.ipynb) - How to run a simple error correction code, known as the repetition code. This can be used to characterize bit flip errors in the hardware.\n", |
100 | 99 | "\n", |
101 | 100 | "\n", |
102 | | - "7. [Accreditation](tutorials/ignis/7_repetition_code.ipynb) - protocol devised to characterize the reliability of noisy quantum devices.\n", |
| 101 | + "7. [Accreditation](tutorials/ignis/7_accreditation.ipynb) - protocol devised to characterize the reliability of noisy quantum devices.\n", |
103 | 102 | " \n", |
104 | 103 | " \n", |
105 | 104 | "## Aqua\n", |
|
0 commit comments