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

Commit 34ea4e7

Browse files
authored
Merge branch 'master' into fix-tests
2 parents 63da7f0 + 32ed3ce commit 34ea4e7

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and
1919
## Contents
2020

2121
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.
22-
- [Basics](qiskit/basics) is meant for those who are getting started.
23-
- [Terra](qiskit/terra) is meant for those who want to study circuits.
24-
- [Aer](qiskit/aer) is meant for those who want to simulate quantum circuits.
25-
- [Ignis](qiskit/ignis) is meant for those who want to study noise.
26-
- [Aqua](qiskit/aqua) is meant for those who want to develop applications on NISQ computers.
27-
- [Jupyter](qiskit/jupyter) is meant to highlight some cool Juypter features.
22+
- [Basics](qiskit/fundamentals) is meant for those who are getting started.
23+
- [Terra](qiskit/advanced/terra) is meant for those who want to study circuits.
24+
- [Aer](qiskit/advanced/aer) is meant for those who want to simulate quantum circuits.
25+
- [Ignis](qiskit/advanced/ignis) is meant for those who want to study noise.
26+
- [Aqua](qiskit/advanced/aqua) is meant for those who want to develop applications on NISQ computers.
2827

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

3130
## Contribution Guidelines
3231

@@ -42,4 +41,4 @@ to the project at different levels. If you use Qiskit, please cite as per the in
4241

4342
## License
4443

45-
[Apache License 2.0](LICENSE.txt)
44+
[Apache License 2.0](LICENSE)

qiskit/fundamentals/1_getting_started_with_qiskit.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"$$|\\psi\\rangle = \\left(|000\\rangle+|111\\rangle\\right)/\\sqrt{2}.$$\n",
8787
"\n",
8888
"To create such a state, we start with a three-qubit quantum register. By default, each qubit in the register is initialized to $|0\\rangle$. To make the GHZ state, we apply the following gates:\n",
89-
"* A Hadamard gate $H$ on qubit 0, which puts it into the superposition state $\\left(|0\\rangle+|1\\rangle\\right/\\sqrt{2}$.\n",
89+
"* A Hadamard gate $H$ on qubit 0, which puts it into the superposition state $\\left(|0\\rangle+|1\\rangle\\right)/\\sqrt{2}$.\n",
9090
"* A controlled-Not operation ($C_{X}$) between qubit 0 and qubit 1.\n",
9191
"* A controlled-Not operation between qubit 0 and qubit 2.\n",
9292
"\n",

0 commit comments

Comments
 (0)