• Fundamentals
  • Also: quantum bit

Qubit

The fundamental unit of quantum information, a two-level quantum system that can exist in superposition of 0 and 1 simultaneously.

A qubit is to quantum computing what a bit is to classical computing: the fundamental unit of information. But the analogy breaks down quickly. A classical bit is always exactly 0 or 1. A qubit can exist in a superposition of 0 and 1 simultaneously, its state described by two complex numbers rather than a single Boolean value. This extra mathematical structure is the origin of quantum computing’s power.

The catch: when you measure a qubit, you always get a definite 0 or 1. The superposition collapses. The complex numbers determine the probability of each outcome, but the measurement always yields a classical bit.

The details

A qubit’s pure state is written as:

ψ=α0+β1|\psi\rangle = \alpha|0\rangle + \beta|1\rangle

where α\alpha and β\beta are complex numbers satisfying α2+β2=1|\alpha|^2 + |\beta|^2 = 1. The probability of measuring 0 is α2|\alpha|^2 and of measuring 1 is β2|\beta|^2.

The complex phase of α\alpha and β\beta matters. The states +=(0+1)/2|+\rangle = (|0\rangle + |1\rangle)/\sqrt{2} and =(01)/2|-\rangle = (|0\rangle - |1\rangle)/\sqrt{2} have identical measurement probabilities in the computational basis (50/50 each), but they are physically different states that can be distinguished by measuring in the right basis. This phase difference is exploited by quantum interference.

The state space of a single qubit is the surface of a unit sphere, the Bloch sphere. The north pole is 0|0\rangle, the south pole is 1|1\rangle, and every other point is a superposition. Quantum gates rotate the state around this sphere.

For nn qubits, the state space is 2n2^n-dimensional complex vector space. A complete description requires 2n2^n complex numbers. For 50 qubits: 25010152^{50} \approx 10^{15} complex numbers, roughly a petabyte. For 300 qubits: classical storage is practically impossible. This exponential scaling in the state description is why quantum computers can potentially solve problems beyond classical reach.

Physical implementations: Multiple hardware platforms realize qubits using different physical systems:

PlatformHow the qubit is encodedKey players
SuperconductingEnergy levels of a Josephson junction circuitIBM, Google, Rigetti
Trapped ionHyperfine or electronic levels of individual ionsIonQ, Quantinuum
PhotonicPolarization or path of a single photonPsiQuantum, Xanadu
Neutral atomGround and excited states of atoms in optical tweezersQuEra, Atom Computing
Spin qubitSpin states of electrons in siliconIntel, QuTech

Each platform has different coherence times, gate speeds, connectivity, and scalability challenges. None is decisively ahead overall.

Why it matters for learners

Understanding what a qubit actually is, physically and mathematically, prevents the most common misconceptions about quantum computing. The qubit is not a magical bit that tries both values simultaneously; it is a physical system described by quantum mechanics whose state before measurement does not have a definite classical value.

The difference between classical and quantum information at the qubit level is also why decoherence is so destructive. A classical bit can be imperfect and still hold a clear 0 or 1. A qubit’s phase relationship (the relative angle between α\alpha and β\beta in the complex plane) can be destroyed by environmental noise without the qubit flipping, and this phase loss eliminates the interference effects that make quantum algorithms work.

The Bloch sphere is the most useful visualization for understanding single-qubit gates. Every quantum gate is a rotation of the Bloch sphere.

Common misconceptions

Misconception 1: A qubit stores more information than a bit. Measuring a qubit yields exactly one classical bit of information, not more. The extra mathematical structure in the qubit state (complex amplitudes, phase) is a resource for computation (through interference and entanglement), not extra storage. Holevo’s theorem makes this precise: you cannot extract more than 1 classical bit of information from a single qubit measurement.

Misconception 2: Quantum computers with nn qubits can process 2n2^n classical bits simultaneously. While the state space is 2n2^n-dimensional, you cannot access all 2n2^n components directly. Measurement gives you one outcome, not all 2n2^n. The 2n2^n state components are useful only to the extent that interference can concentrate probability on the desired outcome. This is the design challenge of quantum algorithms.

Misconception 3: All qubits are equally good. Physical qubits vary enormously in quality. Metrics include gate fidelity (how accurately gates are applied), coherence time (how long the qubit survives), readout fidelity (how accurately the measurement is recorded), and connectivity (which other qubits can it interact with). A system with 1,000 low-quality qubits may be less powerful than one with 100 high-quality qubits.

See also