From d1714d963e3a9ad141ce166140ea9ef825c2062f Mon Sep 17 00:00:00 2001 From: Jay Gambetta Date: Sun, 15 Apr 2018 17:37:13 -0400 Subject: [PATCH] Update README.md --- reference/tools/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reference/tools/README.md b/reference/tools/README.md index d95070a08..ab59a63b9 100644 --- a/reference/tools/README.md +++ b/reference/tools/README.md @@ -1,6 +1,2 @@ # Getting started with QISKit Here we have a few tutorials introducing you to the basic features of QISKit. More tutorials covering QISKit features can be found in the [appendix](#../../appendix/advanced_qiskit), and developer documentation can be found [here](https://www.qiskit.org/documentation/). - * [Write and run your first quantum program](getting_started.ipynb) - how to use QISKit. - * [Working with different backends](working_with_backends.ipynb) - running a quantum program on different backends. - * [Using different gates](quantum_gates_and_linear_algebra.ipynb) - list of gates in QISKit and their linear algebra. - * [Visualisation of quantum states](visualizing_quantum_state.ipynb) - illustrates the different tools we have for visualizing a quantum state.