Mr. Scandrett's ClassroomOS
Physics · Modern Quantum Computing · Quantum Mechanics

Quantum Qubits: Understanding Superposition Through the Bloch Sphere

The qubit is the fundamental unit of quantum computing—a quantum two-state system that can exist in superposition, blending 0 and 1 simultaneously. The Bloch sphere is a elegant 3D map that visualizes a qubit’s state. In this lab, students rotate quantum states, apply gates, and discover how phase information—invisible to classical measurement but essential to quantum algorithms—shapes the qubit’s behavior.

Starter idea: the arrow shows the qubit’s state right now
Interactive Bloch Sphere

North pole = |0⟩, south pole = |1⟩. The arrow’s height sets measurement chances, and its twist around the sphere tracks relative phase.

State Controls

Use the sliders to move the qubit directly, then compare that with standard quantum gates.

Preset States

Apply Gates

X flips north to south, Z twists phase, and H turns a basis state into a balanced superposition.

Qubit Readout

State Vector|ψ⟩ = 0.707|0⟩ + 0.707ei0°|1⟩
Bloch Coordinates(x, y, z) = (1.000, 0.000, 0.000)
Measure 050.0%
Measure 150.0%

Balanced superposition loaded. Right now the qubit has a 50/50 chance of collapsing to |0⟩ or |1⟩.

Before You Start — Real-World Analogies

Quantum ideas sound abstract until you connect them to something physical. Use these before touching the simulator.

🪙

Superposition = Spinning Coin

A coin lying flat is either heads or tails — that's a classical bit. A spinning coin is heads and tails at the same time until it lands. The moment it hits the table is measurement — and the answer snaps to one definite outcome.

→ Qubit: the spinning coin
🧭

Phase = Which Way the Coin Faces

Two spinning coins can have the same 50/50 heads-tails odds but face different directions. That direction is phase — invisible to a single measurement but critical when you combine two qubits. Phase lets quantum algorithms cancel out wrong answers.

→ Bloch sphere equator: full circle of phases
🔄

Gates = Precise Flicks

A quantum gate is not an on/off switch — it's a rotation of the Bloch sphere arrow. The X gate flips north to south (like flipping a coin). The H gate tilts the arrow 90° to the equator. Apply H twice and you rotate all the way back.

→ Every gate: a rotation, not a switch

Lab Missions — Do These in Order

Open the simulator above and work through each mission. Write down what you observe before reading ahead.

01

Find the Poles — The Classical States

  1. Click |0⟩ in Preset States. Note where the arrow points and what the probabilities say.
  2. Click gate X. Watch the arrow flip to the south pole.
  3. Read the probabilities again. Measure Once. What result do you always get?
Think: The north pole |0⟩ and south pole |1⟩ behave exactly like classical bits — 100% one result every time. What does that tell you about classical computers as a special case of quantum?
02

Create Superposition — The H Gate

  1. Click |0⟩ to reset to the north pole.
  2. Click gate H. The arrow should jump to the equator (|+⟩).
  3. Click Measure Once six times in a row. Record each result (0 or 1).
Think: Did you get a mix of 0s and 1s? Over many measurements the ratio approaches 50/50 — that's what 50% probability means physically. How is this different from a coin toss in terms of what the qubit was doing before you measured?
03

Phase Is Hidden From a Single Measurement

  1. Click preset |+⟩. Note the probabilities (both 50%).
  2. Click preset |i+⟩. Note the probabilities again.
  3. Click preset |-⟩. Same result?
Think: All three states sit on the equator with identical 50/50 odds, but the arrow points in different directions. Phase is real — it affects how gates interact — but a single measurement can't see it. This is why quantum computing is tricky to test and understand.
04

Reversible Computing — H Then H Again

  1. Click |0⟩ to start at the north pole.
  2. Apply gate H. You're at the equator.
  3. Apply gate H again. Where does the arrow go?
Think: H applied twice returns you to |0⟩ with 100% probability. Every quantum gate is reversible — unlike deleting a file, which destroys information. Why might reversibility matter for energy efficiency in future computers?

Quantum Computers Right Now

The Bloch sphere you just used describes real qubits inside real machines.

December 2024

Google Willow — 105 Qubits

Google's Willow chip solved a benchmark problem in five minutes that would take the fastest classical supercomputer 10 septillion years. Each qubit on that chip has a Bloch sphere just like the one you explored — the difference is the qubits are entangled with each other, which multiplies the computational space exponentially.

IBM Quantum

IBM Heron — 133 Qubits, Available Online

IBM lets anyone run real quantum programs on real hardware through IBM Quantum Platform (free account). Each job sends gate operations — X, H, CNOT — to a physical chip that manipulates actual superconducting qubits cooled to near absolute zero (−273 °C), colder than outer space.

What Quantum Computers Can (and Can't) Do

✓ Quantum Advantage

  • Simulate molecules for drug discovery and materials science
  • Break certain encryption schemes (Shor's algorithm)
  • Search unsorted databases faster (Grover's algorithm)
  • Optimize massive logistics problems (routes, scheduling)

✗ Still Needs Classical Computers

  • Running your operating system, apps, games
  • Streaming video or browsing the web
  • Storing large amounts of stable data
  • Any task where the answer is already deterministic

Check Your Understanding

Answer all five before comparing with a classmate.

Exit Ticket

In 3–4 sentences, explain the difference between a qubit before measurement and a classical bit. Your answer must use the words superposition, probability, and phase. Bonus: describe what the H gate does in the spinning-coin analogy.