← Blog/Learn
Learn·Published Sep 2026

What Is a Qubit?

TL;DRA qubit ("quantum bit") is the basic unit of information in a quantum computer, the quantum equivalent of a classical bit, but able to exist in a superposition of 0 and 1 until it's measured.
|0⟩ |1⟩ |ψ⟩
Figure 1. A qubit's state as a point on the Bloch sphere. The vector isn't at either pole, it's in a genuine superposition of |0⟩ and |1⟩, not "secretly one or the other."Diagram: Quantum Discord

A classical bit has exactly two possible states: 0 or 1. A qubit's state is described by two numbers (technically, complex amplitudes): one weighting how "0-like" it is, one weighting how "1-like" it is, and both can be nonzero at the same time. That's superposition. It isn't that the qubit is secretly 0 or 1 and we just don't know which yet (that would be ordinary uncertainty, like a coin under your hand). The mathematics and the experiments both show it's genuinely in a combined state until measured.

Classical bit 1 (the bit's actual value) 0 (not this) Qubit any point, not just 0 or 1
Figure 2. A classical bit only ever sits at one of two fixed positions. A qubit's state can be any point on the circle between them, until it's measured.Diagram: Quantum Discord
\[ |\psi\rangle = \alpha|0\rangle + \beta|1\rangle, \quad |\alpha|^2 + |\beta|^2 = 1 \]

α and β are the amplitudes from Figure 1's vector. Squaring their sizes gives the probability of measuring 0 or 1, and those two probabilities always add to 1.

Physically, a qubit can be built from very different things: a superconducting circuit cooled near absolute zero (IBM, Google), a single trapped ion held in an electromagnetic field (IonQ, Quantinuum), a photon of light, or the spin of a single electron. They all behave differently as engineering problems, but they all implement the same qubit mathematics underneath, which is why "how many qubits" alone is a weak way to compare quantum computers; how good those qubits are (how long they stay coherent, how low their error rates are) matters just as much.

The moment a qubit is measured, its superposition collapses to a definite 0 or 1, and that answer comes out probabilistically, weighted by those amplitudes. This is why quantum algorithms are usually run many times and the results interpreted statistically, rather than run once like a normal program.

H |0⟩ |+⟩
Figure 3. The actual circuit: a Hadamard gate (H) turns a qubit starting at |0⟩ into an equal superposition, written |+⟩.Diagram: Quantum Discord
Go deeper

Work with real qubit states and watch superposition and measurement happen in F1 — Quantum States.