Distributions of Measurement Outcomes
Every time you measure a qubit you get a definite result — either or — but which one you get is fundamentally random. Quantum mechanics does not hide a secret predetermined answer; the randomness is intrinsic. What the theory provides instead is a complete probability distribution over the possible outcomes, derived from the state of the system.
The qubit as a two-outcome distribution
A qubit in a pure state is written
where and are complex numbers called amplitudes. When you measure in the computational basis , there are exactly two possible outcomes. The Born rule assigns probabilities to them:
Because one outcome must occur, these probabilities must sum to one:
This is the normalisation condition — it is not an extra assumption but a requirement baked into how quantum states are defined. A properly normalised state automatically gives a valid probability distribution.
Writing it as a distribution table
The measurement outcome is a random variable that takes the values and . We can write its distribution as a table:
| Outcome | Probability | |:-----------:|:---------------------:| | | | | | |
This two-row table is the complete probability distribution of a single qubit measurement. Every statistical quantity — expectation value, variance, entropy — can be computed from it using the same rules that apply to any discrete distribution.
For example, the expectation value of the measurement outcome (treating and as numbers) is
The mean is just the probability of the outcome , a fact worth remembering.
A worked example
Suppose and . Check normalisation:
The distribution is , — a perfect 50/50 split, the same as a fair coin toss. The complex phase in does not affect probabilities, only interference in later operations.
Now consider , (both real, and , so normalised). Here and . Outcome is three times more likely than outcome .
From one qubit to many
When several qubits are measured, the joint outcomes form a distribution over all bit strings . The total probability still sums to one across all outcomes — the same Born-rule logic applies to the multi-qubit amplitudes. This distribution over bit strings is what a quantum algorithm ultimately computes: the algorithm shapes the amplitudes so that the correct answer has high probability, and a final measurement samples from that distribution.
Try it
This is a numerical exercise — return a number. A qubit is in the state
.
What is the probability of measuring the outcome ?
Deriving it: .
Sign in on the full site to ask questions and join the discussion.