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

Commit a54ea8e

Browse files
several fixed links
most notably for aer and ignis
1 parent 12f208b commit a54ea8e

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

start_here.ipynb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
@@ -56,25 +55,25 @@
5655
"## Aer\n",
5756
"\n",
5857
"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",
6059
"\n",
6160
"\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",
6362
"\n",
6463
"\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",
6665
"\n",
6766
"\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",
6968
"\n",
7069
"\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",
7271
"\n",
7372
"\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",
7574
"\n",
7675
"\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",
7877
"\n",
7978
"\n",
8079
"## Ignis\n",
@@ -99,7 +98,7 @@
9998
"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",
10099
"\n",
101100
"\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",
103102
" \n",
104103
" \n",
105104
"## Aqua\n",

0 commit comments

Comments
 (0)