Unitary Operators
Hermitian operators tell you what you can measure; unitary operators tell you how states evolve. Between measurements, a closed quantum system changes by a unitary operator. Every quantum gate is unitary, and the Schrödinger time-evolution operator is unitary. The defining feature is that they preserve probability.
Definition
An operator is unitary if its adjoint is its inverse:
Equivalently, . Because the dagger is the conjugate transpose, unitarity is the complex generalization of an orthogonal (rotation/reflection) matrix from real linear algebra.
Unitaries preserve inner products and norms
The single most useful property: a unitary operator leaves every inner product unchanged. For any states ,
Setting shows the norm is preserved:
This is exactly why unitary evolution is physical: a normalized state stays normalized, so total probability stays equal to at all times. Applying the Hadamard gate to , for instance, gives , whose squared amplitudes still sum to one.
Orthonormal columns
Reading in components gives a concrete test. The entry of is , which is the inner product of column and column of . Setting this equal to says:
the columns of a unitary matrix form an orthonormal set.
The same holds for the rows. So you can verify unitarity by checking that each column has norm and is orthogonal to the others. For the Hadamard matrix , each column has norm and the two columns have inner product — unitary.
Eigenvalues lie on the unit circle
Just as Hermitian operators have real eigenvalues, unitary operators have eigenvalues of modulus one. If , norm preservation gives , so . Every eigenvalue can therefore be written for some real phase . Unitary operators rotate phases; they never shrink or grow amplitudes.
Connection to Hermitian operators
The two families are linked by the exponential map. If is Hermitian, then
is unitary for every real , because . This is the content of Stone's theorem and the reason the Hamiltonian (a Hermitian observable) generates unitary time evolution. We will make sense of "the exponential of an operator" precisely when we study functions of operators later in this module.
Try it
Build a one-qubit circuit that applies the Hadamard gate to . The simulator will confirm the output remains a unit-norm state — the signature of a unitary operation.
Sign in on the full site to ask questions and join the discussion.