Skip to content

Commit

Permalink
redoing the reference/tools section (Qiskit#119)
Browse files Browse the repository at this point in the history
Section one
  • Loading branch information
jaygambetta authored Apr 15, 2018
1 parent 0f4205a commit 7a23337
Show file tree
Hide file tree
Showing 7 changed files with 2,632 additions and 1,006 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ Qconfig.py

__pycache__/

reference/tools/.ipynb_checkpoints/getting_started-checkpoint.ipynb

reference/tools/.ipynb_checkpoints/working_with_backends-checkpoint.ipynb
reference/tools/.ipynb_checkpoints/*
reference/qis/.ipynb_checkpoints/*
3 changes: 3 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Where component owners are known, add them here.

reference/tools/* @jaygambetta
4 changes: 2 additions & 2 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"#### 2.1 [Getting started with QISKit](reference/tools)\n",
"In this first topic, we introduce you to the basic features of QISKit. More tutorials covering QISKit features can be found in [here](#appendix_tools) and developer documentation can be found [here](https://www.qiskit.org/documentation/).\n",
" * [Write and run your first quantum program](reference/tools/getting_started.ipynb) - how to use QISKit.\n",
" * [Working with different backends](reference/tools/working_with_backends.ipynb) - running a quantum program on different backends.\n",
" * [Using different gates](reference/tools/quantum_gates_and_linear_algebra.ipynb) - list of gates in QISKit and their linear algebra.\n",
" * [Visualisation of quantum states](reference/tools/visualizing_quantum_state.ipynb) - illustrates the different tools we have for visualizing a quantum state.\n",
" * [Visualisation of quantum data and states](reference/tools/visualizing_quantum_state.ipynb) - illustrates the different tools we have for visualizing a quantum state.\n",
" * [Working with different backends](reference/tools/working_with_backends.ipynb) - Compiling and running a quantum program on different backends.\n",
" \n",
"#### 2.2 [Introduction to quantum information science](reference/qis)\n",
"The next set of notebooks shows how you can explore some simple concepts of quantum information science. More tutorials on other quantum information science concepts can be found [here](#appendix_qis)\n",
Expand Down
338 changes: 100 additions & 238 deletions reference/tools/getting_started.ipynb

Large diffs are not rendered by default.

2,651 changes: 2,090 additions & 561 deletions reference/tools/quantum_gates_and_linear_algebra.ipynb

Large diffs are not rendered by default.

419 changes: 262 additions & 157 deletions reference/tools/visualizing_quantum_state.ipynb

Large diffs are not rendered by default.

218 changes: 173 additions & 45 deletions reference/tools/working_with_backends.ipynb

Large diffs are not rendered by default.

0 comments on commit 7a23337

Please sign in to comment.