Quantum Computing
Intermediate

Hadamard Gate

Puts a qubit into an equal superposition — the most common single-qubit gate.

Formula

H=12(1111)H = \frac{1}{\sqrt{2}}\begin{pmatrix} 1 & 1 \\ 1 & -1 \end{pmatrix}

Variables

HHadamard gate matrix

Example

H|0⟩ = (|0⟩ + |1⟩)/√2

Did You Know?

Almost every quantum algorithm begins with Hadamard gates to create the superposition needed for quantum parallelism.

Share this formula