The Qubit — Not Just a Better Bit
L03 ended with a question: what if information itself could be in multiple states at once? The qubit is the answer. And it works in a way that's stranger — and more precise — than you'd expect.
The Answer Arrives
L03 showed that classical computers are stuck checking one state at a time. A qubit is the thing that changes this. What do you think a qubit fundamentally does differently?
L03 ended with a gap: classical computers check one possibility at a time, and many critical problems require exploring an exponentially large space of possibilities. That gap needs a fundamentally different kind of information.
Enter the qubit — short for quantum bit. It is the basic unit of information in a quantum computer, just as the bit is the basic unit of information in a classical one. But the similarity ends there.
The Spinning Coin — Before a Single Quantum Word
Let's build the right mental model with something you already understand.
Imagine a coin. When it's lying flat on a table, it is definitively heads or tails — one or the other, nothing in between. That's a classical bit: it has a value, you can read it anytime, it doesn't change by being observed.
Now spin that coin. While it spins, it is not heads and it is not tails — it is somehow both at once. It has a tendency toward heads and a tendency toward tails, and those tendencies are the physical reality while it spins. The moment it lands, it picks one. That's it. That's the analogy.
Another analogy that gets closer: imagine a coin that isn't just heads or tails, but can point in any direction on a sphere. North pole = heads, South pole = tails, and every point on the surface in between is a valid state. That sphere is real — it's called the Bloch sphere, and you'll interact with it in the simulator below.
What a Qubit Actually Is
Let's be precise — without any equations. A qubit has three defining properties that together make it fundamentally different from a classical bit.
Let's compare directly against the classical bit:
| Property | Classical Bit | Qubit |
|---|---|---|
| Possible states | Exactly 0 or exactly 1 | Any combination of 0 and 1 simultaneously |
| Reading it | No effect — value unchanged | Collapses it to 0 or 1, permanently |
| Hidden properties | None — the value is the full story | Phase — determines interference, invisible to single measurement |
| Copying | Always possible | Impossible (No-Cloning Theorem — L24) |
| n units together | n bits = n independent values | n qubits = up to 2ⁿ states simultaneously |
Why This Helps with the Classical Wall
Superposition alone doesn't solve anything. This is a critical point that many popular explanations miss. If you just measured n qubits, you'd still only get one answer — a single random 0-or-1 for each qubit. That's no better than guessing.
The power of quantum computing comes from what you do while the qubits are in superposition — before you measure. Quantum gates manipulate all the simultaneous states at once, and the two mechanisms that turn this into something useful are:
So the qubit is not a magic fast-bit. It's a new kind of information carrier that, when manipulated carefully via superposition + interference + entanglement, can solve certain exponential problems in polynomial time. Not all problems — but the ones that matter most are exactly the ones where quantum wins.
Interactive — Explore a Qubit's State
Use the two explorers below. The Bloch sphere shows every possible qubit state as a point on a sphere — north pole = ∣0⟩, south pole = ∣1⟩, equator = equal superposition. The state explorer lets you dial in any probability split and see the Born Rule in action.
What You Now Know About the Qubit
-
A qubit is not just a faster bitIt can exist in a superposition of 0 and 1 simultaneously. This is a real physical property — not a metaphor, not a measurement limitation, not a hidden classical variable. The indefiniteness is actual.
-
Measurement destroys the superpositionWhen you look at a qubit, it collapses to either 0 or 1 — probabilistically, based on the weights it carried while in superposition. You never see the superposition directly. You only see its consequences in the statistics of many measurements.
-
n qubits can hold 2ⁿ states simultaneously10 qubits = 1024 simultaneous states. 50 qubits = over a quadrillion. This is the direct answer to the exponential wall from L03. But superposition alone isn't enough — interference and entanglement are needed to turn this into useful computation.
-
Phase is the invisible dimensionTwo qubits can have identical measurement probabilities but be completely different quantum states. The difference — phase — is invisible to a single measurement, but determines how qubits interfere with each other. Understanding phase is the key to understanding everything that follows.
You know the qubit exists and what it can do.
But how does a qubit actually get into superposition?
And what does "50% tendency toward 0" mean, precisely?
- Nielsen, M. A. & Chuang, I. L. — Quantum Computation and Quantum Information, Cambridge University Press, 2000. §1.1–1.2: The qubit and quantum mechanics.
- Preskill, J. — Lecture Notes for Physics 229: Quantum Information and Computation, Caltech, 1998. Chapter 2: Foundations of quantum theory. Available online
- IBM Quantum Learning — "What is a qubit?" learning.quantum.ibm.com
- Feynman, R. P. — The Feynman Lectures on Physics, Vol. III, Addison-Wesley, 1965. Chapter 1: Quantum Behaviour.