You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,13 @@ Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and
19
19
## Contents
20
20
21
21
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.
28
27
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.
30
29
31
30
## Contribution Guidelines
32
31
@@ -42,4 +41,4 @@ to the project at different levels. If you use Qiskit, please cite as per the in
0 commit comments