forked from Qiskit/qiskit-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a23337
commit d1714d9
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |