Skip to content

Latest commit

 

History

History
 
 

qis_intro

Introductory Quantum Information Science with Qiskit Terra

This folder hosts notebooks on the basics of Quantum Information Science.

  • Quantum Superposition: introduces how a quantum bit can be both "0" and "1", and how it behaves differently from a probabilistic bit.

  • Quantum Amplitude and Phase: shows how to control quantum superposition of a qubit by changing amplitude and phase with quantum gates.

  • Quantum Entanglement: introduces the concept of entangled qubits by showing quantum correlation between two qubits by applying CNOT gates.

  • Testing Quantum Entanglement: performs experiments to test quantum correlation proving quantum entanglement is different from classical correlation.

  • Teleportation and Superdense Coding: 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.

Contributing

We welcome more elementary examples in this folder.