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.