Skip to the content.

Welcome to the Qiskit Crash Course!

This an introduction to Qiskit, an open-source quantum computing framework from IBM. This guide is inspired by “Learn Quantum Computation using Qiskit” and lectures given by Dr. Walter O. Krawec at the University of Connecticut.

This guide uses Python and it is highly recommended you have at least basic knowledge in the language.

The Saga

  1. Prologue
  2. Episode I - Introduction to Quantum Computing
  3. Episode II - Statevectors & the Bloch Sphere
  4. Episode III - Fundamental Gates
  5. Episode IV - Quantum Entanglement
  6. Episode V - Applying Everything We’ve Learned–Quantum Teleportation!
  7. Episode VI - Deutsch’s algorithm

The following is designed to be a concise code reference for Qiskit: Code Reference (WIP)

Special thanks to Dr. Walter O. Krawec and Julia Guskind for their help on bringing the Qiskit Crash Course to life!