You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Welcome to the [Qiskit](https://www.qiskit.org/) tutorials!
7
6
8
7
In this repository, we've put together a collection of Jupyter notebooks aimed at teaching people who want to use Qiskit for writing quantum computing programs, and executing them on one of several backends (online quantum processors, online simulators, and local simulators). The online quantum processors are the [IBM Q](https://quantumexperience.ng.bluemix.net/qx/devices) devices.
9
8
10
-
## Installation and Setup
9
+
## Installation
11
10
12
11
The notebooks for these tutorials can be viewed here on GitHub. But for the full experience, you'll want to interact with them!
13
12
14
13
The easiest way to do this is using [the Binder image](https://mybinder.org/v2/gh/Qiskit/qiskit-tutorial/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but it also means that you should not insert any private information into the notebooks (such as your API key). We recommend as pointed out in [issue #231](https://github.com/Qiskit/qiskit-tutorial/issues/231) that after you are done using mybinder that you regenerate your token.
15
14
16
15
Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and the tutorials on your own machine (this is the recommended way).
17
16
18
-
***
19
-
20
17
## Contents
18
+
21
19
We have organized the tutorials into two sections:
We've collected a core reference set of notebooks in this section outlining the features of Qiskit. We will be keeping them up to date with the latest Qiskit version.
25
24
-[Basics](qiskit/basics) is meant for those who are getting started.
26
25
-[Terra](qiskit/terra) is meant for those who want to study circuits.
@@ -29,6 +28,7 @@ We've collected a core reference set of notebooks in this section outlining the
29
28
-[Jupyter](qiskit/jupyter) is meant to highlight some cool Juypter features.
Teaching quantum computing and qiskit has many different paths of learning. We love our community, and we love the contributions so keep them coming. Because Qiskit is changing so much, at the moment we cant keep this updated, but there are some great notebooks in here. See:
33
33
-[Hello, Quantum World](community/hello_world/) learn from the community how to write your first quantum program.
34
34
-[Quantum Games](community/games/), learn quantum computing by having fun.
@@ -41,19 +41,14 @@ To go through the tutorials, load up the [index.ipynb](index.ipynb) notebook and
41
41
42
42
## Contribution guidelines
43
43
44
-
If you'd like to contribute to Qiskit, please take a look at our
44
+
If you'd like to contribute to Qiskit Tutorials, please take a look at our
45
45
[contribution guidelines](.github/CONTRIBUTING.rst). This project adheres to Qiskit's [code of conduct](.github/CODE_OF_CONDUCT.rst). By participating, you are expect to uphold to this code.
46
46
47
-
We use [GitHub issues](https://github.com/Qiskit/qiskit-terra/issues) for tracking requests and bugs. Please use our [slack](https://qiskit.slack.com) for discussion and simple questions. To join our Slack community use the [link](https://join.slack.com/t/qiskit/shared_invite/enQtNDc2NjUzMjE4Mzc0LTMwZmE0YTM4ZThiNGJmODkzN2Y2NTNlMDIwYWNjYzA2ZmM1YTRlZGQ3OGM0NjcwMjZkZGE0MTA4MGQ1ZTVmYzk). For questions that are more suited for a forum we use the Qiskit tag in the [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).
48
-
49
-
### Next Steps
50
-
51
-
Now you're set up and ready to check out some of the other examples from our
We use [GitHub issues](https://github.com/Qiskit/qiskit-tutorials/issues) for tracking requests and bugs. Please use our [slack](https://qiskit.slack.com) for discussion and simple questions. To join our Slack community use the [link](https://join.slack.com/t/qiskit/shared_invite/enQtNDc2NjUzMjE4Mzc0LTMwZmE0YTM4ZThiNGJmODkzN2Y2NTNlMDIwYWNjYzA2ZmM1YTRlZGQ3OGM0NjcwMjZkZGE0MTA4MGQ1ZTVmYzk). For questions that are more suited for a forum we use the Qiskit tag in the [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).
53
48
54
49
## Authors
55
50
56
-
Qiskit Terra is the work of [many people](https://github.com/Qiskit/qiskit-terra/graphs/contributors) who contribute
51
+
Qiskit Terra is the work of [many people](https://github.com/Qiskit/qiskit-tutorials/graphs/contributors) who contribute
0 commit comments