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

Commit 2ab254d

Browse files
authored
Merge branch 'master' into jaygambetta-patch-3
2 parents 8c41613 + a1bd25b commit 2ab254d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/QISKit/qiskit-tutorial/master?filepath=index.ipynb)
1111

1212

13-
Welcome to the Quantum Information Science Kit ([Qiskit](https://www.qiskit.org/) for short) tutorials!
13+
Welcome to the [Qiskit](https://www.qiskit.org/ tutorials!
1414

1515
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://quantumexperience.ng.bluemix.net/qx/devices) devices.
1616

@@ -33,6 +33,7 @@ We've collected a core reference set of notebooks in this section outlining the
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.
3535
- [Aqua](qiskit/aqua) is meant for those who want to develop applications on NISQ computers.
36+
- [Jupyter](qiskit/jupyter) is meant to highlight some cool Juypter features.
3637

3738
### 2. [Community notebooks](community/)<a id='community'></a>
3839
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:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- pip:
99
- qiskit
1010
- qiskit-aqua
11-
- qiskit-aqua-chemistry
11+
- qiskit-chemistry

0 commit comments

Comments
 (0)