Dirac Notation Cheatsheet
Paul Dirac introduced a compact shorthand for quantum states and their relationships. Once you internalize it, manipulating quantum mechanics becomes as fluent as algebra. This lesson collects the four core constructs in one place.
Kets — column vectors representing states
A ket represents a quantum state as a column vector. The two computational basis kets for a single qubit are
A general single-qubit state is a superposition
where and the normalization condition ensures that the Born-rule probabilities sum to one.
Bras — row vectors and dual space
Every ket has a bra partner , which is its conjugate transpose (a row vector):
The name "bra" and "ket" together form a "bracket" — a pun that hints at the inner product below.
Inner product — overlap and probability
The inner product multiplies the bra of by the ket of :
Two key consequences follow immediately. First, basis states are orthonormal:
Second, the Born rule is just an inner product squared: the probability of measuring outcome in state is .
Outer product — operators from state pairs
The outer product multiplies the ket of by the bra of and produces a matrix (an operator), not a scalar. For example,
The projector projects any state onto , extracting the component. More generally, any linear operator on an -dimensional space can be written as a linear combination of at most such rank-1 terms, because the space of matrices has dimension . A special case is the spectral decomposition: a normal operator (e.g.\ a Hermitian observable) can be diagonalized as using only projectors weighted by eigenvalues .
Quick reference
| Symbol | Name | Object type | What it does | |--------|------|------------|--------------| | | ket | column vector | represents a quantum state | | | bra | row vector | dual of a ket (conjugate transpose) | | | inner product | scalar (complex number) | overlap; gives probabilities via Born rule | | | outer product | matrix (operator) | maps states to states |
These four pieces underpin everything from gate definitions to measurement theory to algorithm analysis. Keep this cheatsheet handy as a reference while you work through the rest of the module.
Sign in on the full site to ask questions and join the discussion.