Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 273d49b

Browse files
rraymondhpjaygambetta
authored andcommitted
Removed reference to v0.6 and added readme to qiskit/basics (#461)
* Removed reference version 0.6. The latest version should not be numbered directly here * Added readme for basics
1 parent eb6baf8 commit 273d49b

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this repository, we've put together a collection of Jupyter notebooks aimed a
1818

1919
The notebooks for these tutorials can be viewed here on GitHub. But for the full experience, you'll want to interact with them!
2020

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.
2222

2323
Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and the tutorials on your own machine (this is the recommended way).
2424

@@ -28,30 +28,30 @@ Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and
2828
We have organized the tutorials into two sections:
2929

3030
### 1. [Qiskit notebooks](qiskit/)<a id='qiskit'></a>
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, 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.
3232
- [Basics](qiskit/basics) is meant for those who are getting started.
3333
- [Terra](qiskit/terra) is meant for those who want to study circuits.
3434
- [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.
3636

3737
### 2. [Community notebooks](community/)<a id='community'></a>
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:
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:
3939
- [Hello, Quantum World](community/hello_world/) learn from the community how to write your first quantum program.
4040
- [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.
4343
- [Quantum Algorithms](community/aqua/), learn about quantum algorithms for noisy near-term devices with Qiskit Aqua.
4444
- [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/).
4545

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.
4747

48-
***
48+
***
4949

5050
## Contributing
5151
If you would like to contribute to the tutorials, there are a number of ways to get involved:
5252

5353
* **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.
5555

5656
## Contributors
5757
These tutorials are the work of our [Qiskitters](https://github.com/Qiskit/qiskit-tutorial/graphs/contributors) who contribute to the project at different levels.

qiskit/basics/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 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

Comments
 (0)