The Hadamard gate (H) is one of the most fundamental quantum gates. It maps |0⟩ → (|0⟩ + |1⟩)/√2 (the |+⟩ state) and |1⟩ → (|0⟩ − |1⟩)/√2 (the |−⟩ state). Applied twice, it returns to the original state (H² = I). The Hadamard gate is self-inverse and unitary. In matrix form: H = (1/√2) [[1,1],[1,−1]]. It is used at the start of most quantum algorithms to create superpositions. Applying H to all n qubits in the |0...0⟩ state creates a uniform superposition over all 2ⁿ basis states simultaneously — the starting point for algorithms like Grover's search. In Bloch sphere terms, H rotates the Bloch vector by 180° about the axis halfway between X and Z.
Related Terms
Superposition
FundamentalsThe ability of a quantum system to exist in multiple states at the same time.
Quantum Gate
GatesA unitary operation that transforms the state of one or more qubits.
Bloch Sphere
FundamentalsA geometric representation of all possible states of a single qubit as a point on a unit sphere.
Grover's Algorithm
AlgorithmsA quantum search algorithm that finds a marked item in an unsorted list quadratically faster than any classical algorithm.