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

Commit 7694d17

Browse files
chriseclecticjaygambetta
authored andcommitted
Update index for extended stabilizer (#604)
* add @chriseclectic to aer code owner * update index for extended stabilizer
1 parent d8615af commit 7694d17

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ community/awards/teach_me_qiskit_2018/*/* @rraymondhp
2323
community/ignis/* @dcmckayibm
2424
qiskit/ignis/* @dcmckayibm
2525

26+
community/aer/* @chriseclectic
27+
qiskit/aer/* @chriseclectic

index.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@
6666
"\n",
6767
"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",
6868
" * [Aer provider](qiskit/aer/aer_provider.ipynb) - gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator.\n",
69+
" * [Extended stabilizer tutorial](qiskit/aer/extended_stabilizer_tutorial.ipynb) - gives an overview of the *extended stabilizer* Qasm Simulator method.\n",
6970
" * [Device noise simulation](qiskit/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",
7071
" * [Building noise models](qiskit/aer/building_noise_models.ipynb) - shows how to use Qiskit Aer noise module to construct custom noise models for noisy simulations.\n",
7172
" * [Custom gate noise](qiskit/aer/custom_gate_noise.ipynb) - shows to implement simulations using custom noisy gates.\n",
72-
" * [Noise transformations](qiskit/aer/noise_transformation.ipynb) - demonstrates the noise approximation utility functions to construct approximate Clifford noise models out of general noise model.\n",
73+
" * [Noise transformations](qiskit/aer/noise_transformation.ipynb) - demonstrates the noise approximation utility functions to construct approximate Clifford noise models out of a general noise model.\n",
7374
" \n",
7475
"#### 1.5 Qiskit Ignis\n",
7576
"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, or even to find a better way for using gates by exploring dynamical decoupling and optimal control. While we have already released parts of this element as part of libraries in Terra, an official stand-alone release will come soon. For now we have some tutorials for you to explore.\n",

0 commit comments

Comments
 (0)