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.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this repository, we've put together a collection of Jupyter notebooks aimed a
18
18
19
19
The notebooks for these tutorials can be viewed here on GitHub. But for the full experience, you'll want to interact with them!
20
20
21
-
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.
21
+
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.
22
22
23
23
Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and the tutorials on your own machine (this is the recommended way).
24
24
@@ -28,30 +28,30 @@ Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and
28
28
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, currently version 0.6.
31
+
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.
32
32
-[Basics](qiskit/basics) is meant for those who are getting started.
33
33
-[Terra](qiskit/terra) is meant for those who want to study circuits.
34
34
-[Ignis](qiskit/ignis) is meant for those who want to study noise.
35
-
-[Aqua](qiskit/aqua) is meant for those who want to develop applications on NISQ computers.
35
+
-[Aqua](qiskit/aqua) is meant for those who want to develop applications on NISQ computers.
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:
38
+
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:
39
39
-[Hello, Quantum World](community/hello_world/) learn from the community how to write your first quantum program.
40
40
-[Quantum Games](community/games/), learn quantum computing by having fun.
41
-
-[Quantum Information Science with Terra](community/terra/), learn about quantum information science with Qiskit Terra.
42
-
-[Textbook Quantum Algorithms](community/algorithms/), learn Qiskit from the textbook algorithms.
41
+
-[Quantum Information Science with Terra](community/terra/), learn about quantum information science with Qiskit Terra.
42
+
-[Textbook Quantum Algorithms](community/algorithms/), learn Qiskit from the textbook algorithms.
43
43
-[Quantum Algorithms](community/aqua/), learn about quantum algorithms for noisy near-term devices with Qiskit Aqua.
44
44
-[Teach Me Qiskit 2018](community/teach_me_qiskit_2018/), learn from the great contributions to the [Teach Me Qiskit award](https://www.ibm.com/blogs/research/2018/06/teach-qiskit-winner/).
45
45
46
-
To go through the tutorials, load up the [index.ipynb](index.ipynb) notebook and start learning.
46
+
To go through the tutorials, load up the [index.ipynb](index.ipynb) notebook and start learning.
47
47
48
-
***
48
+
***
49
49
50
50
## Contributing
51
51
If you would like to contribute to the tutorials, there are a number of ways to get involved:
52
52
53
53
***Issues**: Issues can be reported with GitHub [issue reporting](https://github.com/Qiskit/qiskit-tutorial/issues) for this repository. Select `New issue`, fill in a descriptive title, and provide as much detail as is needed for the issue to be reproduced.
54
-
***Notebooks**: If you would like to contribute a notebook, please create a [fork](https://help.github.com/articles/fork-a-repo/) of the repository from the `master` branch and create a [pull request](https://help.github.com/articles/about-pull-requests/) for your change. Note that new notebooks should be placed in the relevant part of the [Community](community/) section.
54
+
***Notebooks**: If you would like to contribute a notebook, please create a [fork](https://help.github.com/articles/fork-a-repo/) of the repository from the `master` branch and create a [pull request](https://help.github.com/articles/about-pull-requests/) for your change. Note that new notebooks should be placed in the relevant part of the [Community](community/) section.
55
55
56
56
## Contributors
57
57
These tutorials are the work of our [Qiskitters](https://github.com/Qiskit/qiskit-tutorial/graphs/contributors) who contribute to the project at different levels.
# A Quick Guide to Start Programming with Qiskit Terra
2
+
3
+
*[Getting Started](getting_started_with_qiskit_terra.ipynb). Quantum programming with Qiskit Terra is as easy as building quantum circuits and execute them.
4
+
5
+
*[Plotting Data](plotting_data_in_qiskit.ipynb). Visualization tools to help you work with quantum computing.
6
+
7
+
*[Managing Circuit Execution](the_ibmq_provider.ipynb). Tools to manage jobs executing quantum circuits on various backends.
0 commit comments