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.
You can visualize your quantum circuits directly from Qiskit. Qiskit circuit drawers are based on matplotlib and latex. The matplotlib version is entirely native to Python, and thus easy to use. The Latex version produces publication-quality circuit images, but relies on some pre-requisite software. These include the `pdflatex` compiler for rendering latex documents, and the Poppler library for converting PDF to image. To get these:
119
+
## 5. [Optional]Visualizing Circuits with Latex
120
+
You can visualize your quantum circuits directly from Qiskit. Qiskit circuit drawers support Text, Latex and matplotlib. The text and matplotlib version is entirely native to Python, and thus easy to use. The Latex version produces publication-quality circuit images, but relies on some pre-requisite software. These include the `pdflatex` compiler for rendering latex documents, and the Poppler library for converting PDF to image. To get these:
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!
14
14
15
15
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.
16
16
17
17
## Installation and Setup
18
18
19
19
The notebooks for these tutorials can be viewed here on GitHub. But for the full experience, you'll want to interact with them!
20
20
21
-
The easiest way to do this is using [the Binder image](https://mybinder.org/v2/gh/Qiskit/qiskit-tutorial/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but it also means that you should not insert any private information into the notebooks (such as your API key). We recommend as pointed out in [issue #231](https://github.com/Qiskit/qiskit-tutorial/issues/231) that after you are done using mybinder that you regenerate your token.
21
+
The easiest way to do this is using [the Binder image](https://mybinder.org/v2/gh/Qiskit/qiskit-tutorial/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but it also means that you should not insert any private information into the notebooks (such as your API key). We recommend as pointed out in [issue #231](https://github.com/Qiskit/qiskit-tutorial/issues/231) that after you are done using mybinder that you regenerate your token.
22
22
23
23
Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and the tutorials on your own machine (this is the recommended way).
24
24
@@ -28,30 +28,31 @@ Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and
28
28
We have organized the tutorials into two sections:
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, currently version 0.6.
31
+
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.
32
32
-[Basics](qiskit/basics) is meant for those who are getting started.
33
33
-[Terra](qiskit/terra) is meant for those who want to study circuits.
34
34
-[Ignis](qiskit/ignis) is meant for those who want to study noise.
35
-
-[Aqua](qiskit/aqua) is meant for those who want to develop applications on NISQ computers.
35
+
-[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.
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:
39
+
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:
39
40
-[Hello, Quantum World](community/hello_world/) learn from the community how to write your first quantum program.
40
41
-[Quantum Games](community/games/), learn quantum computing by having fun.
41
-
-[Quantum Information Science with Terra](community/terra/), learn about quantum information science with Qiskit Terra.
42
-
-[Textbook Quantum Algorithms](community/algorithms/), learn Qiskit from the textbook algorithms.
42
+
-[Quantum Information Science with Terra](community/terra/), learn about quantum information science with Qiskit Terra.
43
+
-[Textbook Quantum Algorithms](community/algorithms/), learn Qiskit from the textbook algorithms.
43
44
-[Quantum Algorithms](community/aqua/), learn about quantum algorithms for noisy near-term devices with Qiskit Aqua.
44
45
-[Teach Me Qiskit 2018](community/teach_me_qiskit_2018/), learn from the great contributions to the [Teach Me Qiskit award](https://www.ibm.com/blogs/research/2018/06/teach-qiskit-winner/).
45
46
46
-
To go through the tutorials, load up the [index.ipynb](index.ipynb) notebook and start learning.
47
+
To go through the tutorials, load up the [index.ipynb](index.ipynb) notebook and start learning.
47
48
48
-
***
49
+
***
49
50
50
51
## Contributing
51
52
If you would like to contribute to the tutorials, there are a number of ways to get involved:
52
53
53
54
***Issues**: Issues can be reported with GitHub [issue reporting](https://github.com/Qiskit/qiskit-tutorial/issues) for this repository. Select `New issue`, fill in a descriptive title, and provide as much detail as is needed for the issue to be reproduced.
54
-
***Notebooks**: If you would like to contribute a notebook, please create a [fork](https://help.github.com/articles/fork-a-repo/) of the repository from the `master` branch and create a [pull request](https://help.github.com/articles/about-pull-requests/) for your change. Note that new notebooks should be placed in the relevant part of the [Community](community/) section.
55
+
***Notebooks**: If you would like to contribute a notebook, please create a [fork](https://help.github.com/articles/fork-a-repo/) of the repository from the `master` branch and create a [pull request](https://help.github.com/articles/about-pull-requests/) for your change. Note that new notebooks should be placed in the relevant part of the [Community](community/) section.
55
56
56
57
## Contributors
57
58
These tutorials are the work of our [Qiskitters](https://github.com/Qiskit/qiskit-tutorial/graphs/contributors) who contribute to the project at different levels.
"Note that we have more tutorials than those listed above, however they have not been updated to Qiskit 0.6, so may not work. If you would like to contribute, updating an exisiting tutorial to add to the list would be great start, or you could create a new tutorial, perhaps an quantum error correction one...\n"
42
+
"Note that we have more tutorials than those listed above, however they have not been updated to Qiskit 0.7, so may not work. If you would like to contribute, updating an exisiting tutorial to add to the list would be great start, or you could create a new tutorial, perhaps an quantum error correction one...\n"
Copy file name to clipboardExpand all lines: community/terra/qis_adv/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
# Advanced Quantum Information Science with Qiskit Terra
2
2
3
-
This folder hosts notebooks on advanced topics of Quantum Information Science.
3
+
This folder hosts notebooks on advanced topics of Quantum Information Science, note that all of them may not work with the latest version of qiskit.
4
4
5
5
Now that you have seen that quantum superposition and entanglement are important features in quantum computing and information,
6
6
we will see how they can be used to obtain quantum advantages, as below.
7
7
8
+
*[Random Number Generation](random_number_generation.ipynb): demonstrate how to generate random numbers using a quantum computer.
9
+
8
10
*[Quantum Random Access Coding](single-qubit_quantum_random_access_coding.ipynb): show quantum advantages with one qubit that cannot be achieved with a single classical bit. The two-qubit version is also available [here](two-qubit_state_quantum_random_access_coding.ipynb).
9
11
10
12
*[Vaidman Detection Test](vaidman_detection_test.ipynb): show how to exploit probability computation between classical and quantum devices. Quantum computing works on probability amplitudes (instead of probability in classical), which is shown can mean either dead or alive! The ability to operate on probability amplitudes is also the basis of [the Grover search algorithm](../../algorithms/grover_algorithm.ipynb).
11
13
12
14
*[Quantum Fourier Transform](fourier_transform.ipynb): part of the [Shor's factoring algorithm](../../algorithms/shor_algorithm.ipynb) and an important block for extracting periodicity structures in many quantum algorithms.
13
15
14
-
*[Creation of Multi-Qubit W State Systems](Multi-Qubit_W_States_with_Tomography.ipynb): show an evidence that a customized circuit can be more efficient than the standard/generic one.
16
+
*[Multi-Qubit W State Systems](Multi-Qubit_W_States_with_Tomography.ipynb): show an evidence that a customized circuit can be more efficient than the standard/generic one.
15
17
16
18
*[Topological Quantum Walk](topological_quantum_walk.ipynb): an example of applying quantum mechanics for random walk, which is a powerful tool in many classical randomized algorithms.
0 commit comments