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

Commit

Permalink
IBM Quantum -> IBM Q (#797)
Browse files Browse the repository at this point in the history
* IBM Quantum -> IBM Q

* Qiskit Tutorials -> Qiskit IQX Tutorials

* removed phrase "meant for"

wordy and not direct enough
  • Loading branch information
abbycross authored and jaygambetta committed Sep 21, 2019
1 parent 54454a5 commit 391a94c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Qiskit Tutorials
# Qiskit IQX Tutorials

[![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)

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

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.

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

## Installation

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

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

## Contents

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.
- [Basics](qiskit/fundamentals) is meant for those who are getting started.
- [Terra](qiskit/advanced/terra) is meant for those who want to study circuits.
- [Aer](qiskit/advanced/aer) is meant for those who want to simulate quantum circuits.
- [Ignis](qiskit/advanced/ignis) is meant for those who want to study noise.
- [Aqua](qiskit/advanced/aqua) is meant for those who want to develop applications on NISQ computers.
- [Basics](qiskit/fundamentals) is for those who are getting started.
- [Terra](qiskit/advanced/terra) is for those who want to study circuits.
- [Aer](qiskit/advanced/aer) is for those who want to simulate quantum circuits.
- [Ignis](qiskit/advanced/ignis) is for those who want to study noise.
- [Aqua](qiskit/advanced/aqua) is for those who want to develop applications on NISQ computers.

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

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

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

## Authors and Citation

Expand Down

0 comments on commit 391a94c

Please sign in to comment.