Superposition, Intuitively
A classical bit holds exactly one value — 0 or 1 — at any given moment. A qubit can exist in a superposition: a combination of and simultaneously, weighted by numbers called amplitudes.
The general single-qubit state
Any qubit state can be written as
where and are (possibly complex) numbers called probability amplitudes. They must satisfy the normalization condition
which ensures that the probabilities of all measurement outcomes add up to 1. When you measure the
qubit in the computational basis, the Born rule says the probability of seeing 0 is
and the probability of seeing 1 is .
An equal superposition
The most common example is the equal superposition, often called :
Here . Because ,
measuring yields 0 half the time and 1 the other half — a perfect 50/50 split.
The two extreme cases recover the classical states: gives
(always 0), while gives (always 1). Superposition covers
the entire continuous range between those extremes.
Why amplitudes, not just probabilities?
Probabilities are always non-negative, but amplitudes can be negative or even complex. That sign matters: two paths through a circuit can destructively interfere (amplitudes cancel) or constructively interfere (amplitudes add). If we only tracked probabilities we would lose that information entirely. The richer amplitude bookkeeping is what distinguishes quantum computation from classical probabilistic computation.
Try it
Apply the gate that maps to the equal superposition . The grader checks that your state vector matches up to global phase.
Once you run the circuit you should see both amplitudes at and both probabilities at — the signature of a perfect equal superposition.
Sign in on the full site to ask questions and join the discussion.