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!
5
+
Welcome to the [Qiskit](https://www.qiskit.org/)IQX Tutorials!
6
6
7
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://quantum-computing.ibm.com) devices.
8
8
9
9
For our community-contributed tutorials, please check out the [qiskit-community-tutorials](https://github.com/Qiskit/qiskit-tutorials-community) repository.
10
10
11
11
## Installation
12
12
13
-
The notebooks for these tutorials can be viewed here on GitHub...but for the full experience, you'll want to interact with them! The easiest way to do this is by logging into the [IBM Quantum experience](https://quantum-computing.ibm.com/), which lets you use Jupyter notebooks, including these tutorials, via the web.
13
+
The notebooks for these tutorials can be viewed here on GitHub...but for the full experience, you'll want to interact with them! The easiest way to do this is by logging into the [IBM Q Experience](https://quantum-computing.ibm.com/), which lets you use Jupyter notebooks, including these tutorials, via the web.
14
14
15
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).
16
16
17
17
## Contents
18
18
19
19
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.
20
-
-[Basics](qiskit/fundamentals) is meant for those who are getting started.
21
-
-[Terra](qiskit/advanced/terra) is meant for those who want to study circuits.
22
-
-[Aer](qiskit/advanced/aer) is meant for those who want to simulate quantum circuits.
23
-
-[Ignis](qiskit/advanced/ignis) is meant for those who want to study noise.
24
-
-[Aqua](qiskit/advanced/aqua) is meant for those who want to develop applications on NISQ computers.
20
+
-[Basics](qiskit/fundamentals) is for those who are getting started.
21
+
-[Terra](qiskit/advanced/terra) is for those who want to study circuits.
22
+
-[Aer](qiskit/advanced/aer) is for those who want to simulate quantum circuits.
23
+
-[Ignis](qiskit/advanced/ignis) is for those who want to study noise.
24
+
-[Aqua](qiskit/advanced/aqua) is for those who want to develop applications on NISQ computers.
25
25
26
26
To go through the Qiskit examples, load up the [start_here.ipynb](qiskit/1_start_here.ipynb) notebook and start seeing how Qiskit works.
27
27
@@ -30,7 +30,7 @@ To go through the Qiskit examples, load up the [start_here.ipynb](qiskit/1_start
30
30
If you'd like to contribute to Qiskit IQX Tutorials, please take a look at our
31
31
[contribution guidelines](.github/CONTRIBUTING.md). This project adheres to Qiskit's [code of conduct](.github/CODE_OF_CONDUCT.md). By participating, you are expect to uphold to this code.
32
32
33
-
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 Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/qiskit).
33
+
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 Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/qiskit).
0 commit comments