A Brief Primer on Quantum Superposition
Physics Student
October 2025
1 The Qubit: Beyond Classical Bits
In classical computing, a bit holds a value of 0 or 1. The quantum ana-
logue, the qubit, leverages the principle of superposition to exist in a linear
combination of both states simultaneously.
1.1 Mathematical Formulation
A qubit state vector |ψ⟩ in the computational basis {|0⟩, |1⟩} is represented
as:
|ψ⟩ = α|0⟩ + β|1⟩
where α and β are complex numbers. The normalization condition ensures
that the total probability is one:
|α|2 + |β|2 = 1
Here, |α|2 is the probability of measuring |0⟩, and |β|2 is the probability of
measuring |1⟩.
2 A Simple Quantum Gate
The Hadamard gate (H) is crucial for generating superposition. Its matrix
representation is: ( )
1 1 1
H=√
2 1 −1
Applying H to the |0⟩ state generates an equal superposition:
1
H|0⟩ = √ (|0⟩ + |1⟩)
2
This fundamental operation is the first step toward harnessing quantum
parallelism.