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

Commit 115c789

Browse files
authored
splitting up juypter and text (#456)
* Splitting juypter from text * Small update * Updating
1 parent 4fb911e commit 115c789

6 files changed

Lines changed: 568 additions & 67 deletions

index.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,28 @@
5252
" * [Quantum circuits](qiskit/terra/quantum_circuits.ipynb) - gives a summary of the `QuantumCircuit` object\n",
5353
" * [Visualizing a quantum circuit](qiskit/terra/visualizing_a_quantum_circuit.ipynb) - details on drawing your quantum circuits\n",
5454
" * [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",
5656
" * [Parallel tools](qiskit/terra/terra_parallel_tools.ipynb) - Executing tasks in parallel using `parallel_map` and tracking progress.\n",
5757
" \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",
5965
"\n",
6066
"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",
6167
" * [Aer provider](qiskit/aer/aer_provider.ipynb) - gives a summary of the Qiskit Aer provider containing the Qasm, statevector, and unitary simulator.\n",
6268
" * [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",
6369
" \n",
64-
"#### 1.4 Qiskit Ignis\n",
70+
"#### 1.5 Qiskit Ignis\n",
6571
"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",
6672
" * [Relaxation and decoherence](qiskit/ignis/relaxation_and_decoherence.ipynb) - how to measure coherence times on the real quantum hardware\n",
6773
" * [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",
6874
" * [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",
6975
"\n",
70-
"#### 1.5 Qiskit Aqua\n",
76+
"#### 1.6 Qiskit Aqua\n",
7177
"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",
7278
" * [Chemistry](qiskit/aqua/chemistry/index.ipynb) - using variational quantum eigensolver to experiment with molecular ground-state energy on a quantum computer\n",
7379
" * [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",

qiskit/basics/getting_started_with_qiskit_terra.ipynb

Lines changed: 44 additions & 38 deletions
Large diffs are not rendered by default.

qiskit/basics/plotting_data_in_qiskit.ipynb

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

qiskit/basics/the_ibmq_provider.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
{
744744
"data": {
745745
"text/plain": [
746-
"BackendStatus(backend_name='ibmqx4', backend_version='1.0.0', operational=True, pending_jobs=0, status_msg='active')"
746+
"BackendStatus(backend_name='ibmqx4', backend_version='1.0.0', operational=True, pending_jobs=6, status_msg='active')"
747747
]
748748
},
749749
"execution_count": 28,
@@ -869,11 +869,11 @@
869869
"name": "stdout",
870870
"output_type": "stream",
871871
"text": [
872-
"5c1a2b4f39c21300575b61b0 JobStatus.DONE\n",
873-
"5c1a2b2439c21300575b61ae JobStatus.DONE\n",
874-
"5c19dd832065d5005c4bd8fb JobStatus.DONE\n",
875-
"5c19dd79ed804c0056195e67 JobStatus.DONE\n",
876-
"5c19dd784051c50054922e49 JobStatus.DONE\n"
872+
"5c1a2ff1a2eb3c005253e861 JobStatus.DONE\n",
873+
"5c1a2ff125765800555ba251 JobStatus.DONE\n",
874+
"5c1a2e4639c21300575b61b7 JobStatus.DONE\n",
875+
"5c1a2e4428983e0059e42864 JobStatus.DONE\n",
876+
"5c1a2e4228983e0059e42862 JobStatus.DONE\n"
877877
]
878878
}
879879
],
@@ -989,7 +989,7 @@
989989
{
990990
"data": {
991991
"text/plain": [
992-
"'5c19dd784051c50054922e49'"
992+
"'5c1a2e4228983e0059e42862'"
993993
]
994994
},
995995
"execution_count": 38,
@@ -1017,7 +1017,7 @@
10171017
"name": "stdout",
10181018
"output_type": "stream",
10191019
"text": [
1020-
"{'00': 440, '10': 49, '01': 75, '11': 460}\n"
1020+
"{'01': 89, '10': 87, '11': 454, '00': 394}\n"
10211021
]
10221022
}
10231023
],
@@ -1042,7 +1042,7 @@
10421042
{
10431043
"data": {
10441044
"text/plain": [
1045-
"'2018-12-19T05:56:08.934Z'"
1045+
"'2018-12-19T11:40:50.890Z'"
10461046
]
10471047
},
10481048
"execution_count": 40,
@@ -1084,7 +1084,7 @@
10841084
{
10851085
"data": {
10861086
"text/plain": [
1087-
"<qiskit.circuit.instructionset.InstructionSet at 0xa167e94a8>"
1087+
"<qiskit.circuit.instructionset.InstructionSet at 0xa16872080>"
10881088
]
10891089
},
10901090
"execution_count": 42,
@@ -1233,7 +1233,7 @@
12331233
{
12341234
"data": {
12351235
"application/vnd.jupyter.widget-view+json": {
1236-
"model_id": "490dc8e9ddc744529921a7cc6a30c712",
1236+
"model_id": "88b8132125e746e4a9e8b87cdb03d314",
12371237
"version_major": 2,
12381238
"version_minor": 0
12391239
},
@@ -1260,7 +1260,7 @@
12601260
"name": "stdout",
12611261
"output_type": "stream",
12621262
"text": [
1263-
"{'111': 46, '100': 58, '011': 99, '101': 504, '110': 18, '000': 29, '010': 35, '001': 235}\n"
1263+
"{'111': 71, '011': 75, '000': 35, '101': 556, '010': 26, '110': 28, '001': 185, '100': 48}\n"
12641264
]
12651265
}
12661266
],
File renamed without changes.

0 commit comments

Comments
 (0)