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

Commit de9c824

Browse files
authored
Merge pull request #458 from rraymondhp/rr-qis_intro-readme
Added README for qis_intro
2 parents 115c789 + 884d452 commit de9c824

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Introductory Quantum Information Science with Qiskit Terra
2+
3+
This folder hosts notebooks on the basics of Quantum Information Science.
4+
5+
* [Quantum Superposition](superposition.ipynb): introduces how a quantum bit can be both "0" and "1", and how it behaves
6+
differently from a probabilistic bit.
7+
8+
* [Quantum Amplitude and Phase](amplitude_and_phase.ipynb): shows how to control quantum superposition of a qubit by changing amplitude and phase with quantum gates.
9+
10+
* [Quantum Entanglement](entanglement_introduction.ipynb): introduces the concept of entangled qubits by showing quantum correlation between two qubits by applying CNOT gates.
11+
12+
* [Testing Quantum Entanglement](entanglement_testing.ipynb): performs experiments to test quantum correlation proving quantum entanglement is different from classical correlation.
13+
14+
* [Teleportation and Superdense Coding](teleportation_superdensecoding.ipynb): shows how quantum entanglement can be used to teleport (sending quantum information without moving) a qubit, and encode two-bit of information in a qubit.
15+
16+
17+
## Contributing
18+
19+
We welcome more elementary examples in this folder.

0 commit comments

Comments
 (0)