|
52 | 52 | " * [Quantum circuits](qiskit/terra/quantum_circuits.ipynb) - gives a summary of the `QuantumCircuit` object\n", |
53 | 53 | " * [Visualizing a quantum circuit](qiskit/terra/visualizing_a_quantum_circuit.ipynb) - details on drawing your quantum circuits\n", |
54 | 54 | " * [Summary of quantum operations](qiskit/terra/summary_of_quantum_operations.ipynb) - list of quantum operations (gates, reset, measurements) in Qiskit Terra\n", |
55 | | - " * [Jupyter Tools for Monitoring jobs and backends](qiskit/terra/terra_jupyter_tools.ipynb) - Jupyter Tools for Monitoring jobs and backends.\n", |
| 55 | + " * [Monitoring jobs and backends](qiskit/terra/backend_monitoring_tools.ipynb) - Tools for Monitoring jobs and backends.\n", |
56 | 56 | " * [Parallel tools](qiskit/terra/terra_parallel_tools.ipynb) - Executing tasks in parallel using `parallel_map` and tracking progress.\n", |
57 | 57 | " \n", |
58 | | - "#### 1.3 Qiskit Aer\n", |
| 58 | + "#### 1.3 Qiskit Interacitve Plotting and Jupyter Tools\n", |
| 59 | + "\n", |
| 60 | + "To improve the Qiskit user experience we have made many of the visualizations interactive and developed some very cool new job monitoring tools in Jupyter.\n", |
| 61 | + "\n", |
| 62 | + " * [Jupyter Tools for Monitoring jobs and backends](qiskit/jupyter/jupyter_backend_tools.ipynb) - Jupyter Tools for Monitoring jobs and backends.\n", |
| 63 | + "\n", |
| 64 | + "#### 1.4 Qiskit Aer\n", |
59 | 65 | "\n", |
60 | 66 | "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", |
61 | 67 | " * [Aer provider](qiskit/aer/aer_provider.ipynb) - gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator.\n", |
62 | 68 | " * [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", |
63 | 69 | " \n", |
64 | | - "#### 1.4 Qiskit Ignis\n", |
| 70 | + "#### 1.5 Qiskit Ignis\n", |
65 | 71 | "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", |
66 | 72 | " * [Relaxation and decoherence](qiskit/ignis/relaxation_and_decoherence.ipynb) - how to measure coherence times on the real quantum hardware\n", |
67 | 73 | " * [Quantum state tomography](qiskit/ignis/state_tomography.ipynb) - how to identify a quantum state using state tomography, in which the state is prepared repeatedly and measured in different bases\n", |
68 | 74 | " * [Quantum process tomography](qiskit/ignis/process_tomography.ipynb) - using quantum process tomography to reconstruct the behavior of a quantum process and measure its fidelity, i.e., how closely it matches the ideal version\n", |
69 | 75 | "\n", |
70 | | - "#### 1.5 Qiskit Aqua\n", |
| 76 | + "#### 1.6 Qiskit Aqua\n", |
71 | 77 | "Aqua, the ‘water’ element, is the element of life. To make quantum computing live up to its expectations, we need to find real-world applications. Aqua is where algorithms for NISQ computers are built. These algorithms can be used to build applications for quantum computing. Aqua is accessible to domain experts in chemistry, optimization, AI or finance, who want to explore the benefits of using quantum computers as accelerators for specific computational tasks, without needing to worry about how to translate the problem into the language of quantum machines.\n", |
72 | 78 | " * [Chemistry](qiskit/aqua/chemistry/index.ipynb) - using variational quantum eigensolver to experiment with molecular ground-state energy on a quantum computer\n", |
73 | 79 | " * [Optimization](qiskit/aqua/optimization/index.ipynb) - using variational quantum eigensolver to experiment with optimization problems (maxcut and traveling salesman problem) on a quantum computer \n", |
|
0 commit comments