Hermitian Operators
Every physical quantity you can measure — position, momentum, energy, spin — is represented in quantum mechanics by a linear operator acting on the state space. Not every operator is acceptable, however. The special requirement is Hermiticity.
The adjoint of an operator
Given an operator on a complex vector space, its adjoint (also called the Hermitian conjugate) is defined by the condition
for all states and . For a finite-dimensional matrix, taking the adjoint means transposing and complex-conjugating every entry:
An operator is Hermitian (or self-adjoint) when , meaning the matrix is unchanged by this operation.
Why observables must be Hermitian
There are two complementary reasons, and together they make Hermiticity unavoidable.
Reason 1 — real expectation values. A measurement result is a real number. The expectation value of in state is
For this to be real we need . Working out the complex conjugate of a matrix element:
Reality therefore demands , i.e. Hermiticity.
Reason 2 — real eigenvalues. The eigenvalues of are the only outcomes a measurement can return (the spectral postulate). If , then taking the adjoint of both sides gives
If is Hermitian, , so we can sandwich the eigenvalue equation between and :
Since both expressions equal the same inner product, , which means is real.
Orthogonal eigenstates
A further key property: eigenstates of a Hermitian operator belonging to different eigenvalues are orthogonal. If and with , then
This means the eigenstates form an orthonormal basis — exactly the kind of basis needed to expand an arbitrary state and read off measurement probabilities via the Born rule.
A concrete example: the Pauli-Z operator
The Pauli-Z operator, written as a matrix in the basis, is
Because is already real and symmetric (equal to its own transpose), : it is Hermitian. Its eigenvalues are and , both real, as required. The corresponding eigenstates are and , which are orthogonal.
Expectation value in the state
The state has equal probability for each of the two eigenvalues. Using the Born rule the expectation value of is
This result reflects the fact that is an eigenstate of (not ), so the spin has no preferred -component.
Try it
This is a numerical exercise — your code should return a number. Compute the expectation
value of the Pauli-Z operator in the state .
Sign in on the full site to ask questions and join the discussion.