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

Commit c19edc5

Browse files
nonhermitianjaygambetta
authored andcommitted
Split monitoring tools into Terra and Jupyter sections (#463)
* updates * split monitoring into two * remove checkpoints * remove more checkpoints * remove ds_store * remove ds_store * updates
1 parent 512f793 commit c19edc5

4 files changed

Lines changed: 2226 additions & 906 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ qiskit/basics/Qconfig_IBMQ_experience_public.py
2929
qiskit/basics/Qconfig_IBMQ_experience_staging.py
3030

3131
qiskit/basics/Qconfig_IBMQ_network-dev.py
32+
.DS_Store

index.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
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-
" * [Monitoring jobs and backends](qiskit/terra/backend_monitoring_tools.ipynb) - 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",
5858
"#### 1.3 Qiskit Interacitve Plotting and Jupyter Tools\n",
5959
"\n",
6060
"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",
6161
"\n",
62-
" * [Jupyter Tools for Monitoring jobs and backends](qiskit/jupyter/jupyter_backend_tools.ipynb) - Jupyter Tools for Monitoring jobs and backends.\n",
62+
" * [Jupyter tools for Monitoring jobs and backends](qiskit/jupyter/jupyter_backend_tools.ipynb) - Jupyter tools for monitoring jobs and backends.\n",
6363
"\n",
6464
"#### 1.4 Qiskit Aer\n",
6565
"\n",
@@ -134,7 +134,7 @@
134134
"name": "python",
135135
"nbconvert_exporter": "python",
136136
"pygments_lexer": "ipython3",
137-
"version": "3.6.7"
137+
"version": "3.7.1"
138138
}
139139
},
140140
"nbformat": 4,

0 commit comments

Comments
 (0)