The single best starting point in existence. An essay built on spaced-repetition flashcards embedded in the text, so you actually remember it a month later. Assumes nothing but curiosity, and gets you honestly to quantum teleportation.
Superposition
A qubit holding a nonzero amount of both 0 and 1 at the same time — not "secretly one of them", and not "both in separate universes", but a genuine third kind of state with no classical counterpart.
Why it matters
It is the most misexplained idea in the field. Understanding that superposition alone gives you nothing — you also need interference — is the single biggest jump in beginner understanding.
After this you will be able to
- Explain why "it tries every answer in parallel" is wrong
- Describe what the Hadamard gate does to |0>
- Explain why superposition without interference is useless
The plain-language version
A quantum computer with n qubits does hold amplitudes for all 2^n possible bit strings simultaneously. But measuring gives you exactly one of them, chosen at random. Holding all the answers is useless unless you can arrange for the right one to be the likely one.
Analogy
Imagine a lottery machine holding a ticket for every possible answer. Being able to hold them all is not the achievement. The achievement is rigging the draw so the correct ticket almost always comes out.
Common misconception
Quantum computers are fast because they compute all answers in parallel.
What is actually true
They can compute all answers into amplitudes, but they can only read out one. Speedup requires a clever interference pattern that concentrates amplitude onto the answer you want.
The thing to remember
Superposition creates the possibilities. Interference is what selects among them. Without the second step you have an expensive random number generator.
2 best places to start
Hand-picked and ordered. If you only have time for one, take the first.
Drag gates onto wires and watch amplitudes, Bloch spheres and probabilities update live. Nothing else builds gate intuition this fast, and it needs no install or account.
5 more resources
A polished, heavily visual self-paced program aimed squarely at newcomers without a physics background. The interactive Bloch sphere and noise demos are the standouts.
A hands-on Jupyter-based workshop run worldwide by a volunteer community. Strong on doing rather than watching, and the free live cohorts give you people to get stuck with.
Interactive, visual and gentle, built in collaboration with quantum researchers. Worth it if you learn best by poking at widgets; everything it covers is available free elsewhere with more effort.
A drag-and-drop optical table in the browser — lasers, beam splitters, polarisers — that lets you build interference and Bell-test experiments and see the physics rather than the algebra.
Self-paced programming exercises with automatic verification, in the style of code katas. Superposition, measurement, oracles, Grover and teleportation, each as a set of puzzles you must actually solve.
This unlocks
Topics that list Superposition as a prerequisite.
Measurement & collapse
Reading a qubit forces it to pick 0 or 1, with probability equal to the square of the corresponding amplitude — and destroys the superposition in the process.
BeginnerQuantum interference
Because amplitudes can be negative (or complex), contributions to a wrong answer can cancel each other out while contributions to the right answer add up.
Beginner