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.
# 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