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

Commit 391a94c

Browse files
abbycrossjaygambetta
authored andcommitted
IBM Quantum -> IBM Q (#797)
* IBM Quantum -> IBM Q * Qiskit Tutorials -> Qiskit IQX Tutorials * removed phrase "meant for" wordy and not direct enough
1 parent 54454a5 commit 391a94c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# Qiskit Tutorials
1+
# Qiskit IQX Tutorials
22

33
[![License](https://img.shields.io/github/license/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)[![](https://img.shields.io/github/release/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://github.com/Qiskit/qiskit-tutorials/releases)
44

5-
Welcome to the [Qiskit](https://www.qiskit.org/) tutorials!
5+
Welcome to the [Qiskit](https://www.qiskit.org/) IQX Tutorials!
66

77
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.
88

99
For our community-contributed tutorials, please check out the [qiskit-community-tutorials](https://github.com/Qiskit/qiskit-tutorials-community) repository.
1010

1111
## Installation
1212

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

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

1717
## Contents
1818

1919
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.
2525

2626
To go through the Qiskit examples, load up the [start_here.ipynb](qiskit/1_start_here.ipynb) notebook and start seeing how Qiskit works.
2727

@@ -30,7 +30,7 @@ To go through the Qiskit examples, load up the [start_here.ipynb](qiskit/1_start
3030
If you'd like to contribute to Qiskit IQX Tutorials, please take a look at our
3131
[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.
3232

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).
3434

3535
## Authors and Citation
3636

0 commit comments

Comments
 (0)