Statistics vs Single Shots
Run a quantum circuit once and you get a single, definite classical bit — either 0 or 1. Run it a
thousand times and the fraction of 0 outcomes slowly converges to the probability predicted by the
Born rule. These two perspectives — the single shot and the ensemble average — look very
different, yet they are two sides of the same coin.
The single shot
When you measure a qubit in the state
the outcome is irreducibly random. You get 0 with probability and 1 with probability
. No matter how precisely you know the state, there is no way to predict which outcome any
individual measurement will produce — this is not a limitation of the simulator or your knowledge;
it is a fundamental feature of quantum mechanics.
For the equal superposition ,
each shot lands on 0 or 1 with equal likelihood:
The ensemble average
Repeat the same circuit times and count. The relative frequency of outcome 0 is
By the law of large numbers, as . For this limit is exactly . In the simulator a run with many shots approximates this limit; fewer shots means more scatter.
The key contrast:
| | Single shot | Ensemble average | |---|---|---| | Outcome | Definite (0 or 1) | Fractional (e.g. 0.5) | | Predictable? | No — random by nature | Yes — converges to Born-rule probability | | What it reveals | One realization | The probability distribution |
Try it
Apply the Born rule directly: return the exact probability for the state . This is the value the ensemble average converges toward — not any single-shot result.
Sign in on the full site to ask questions and join the discussion.