Vectors and Column Notation
Quantum mechanics describes the state of a physical system using a state vector — a list of complex numbers arranged in a column. This column notation, inherited directly from linear algebra, is the backbone of every quantum calculation you will ever do.
From arrows to columns
In ordinary 2-D geometry a vector points in some direction. The same vector can be written as an ordered pair of real numbers . Column notation just stacks those numbers vertically:
Quantum mechanics does exactly the same thing, but the entries are allowed to be complex numbers, and the column has as many rows as there are distinct measurement outcomes for the system.
The two-level quantum system
The simplest quantum system has exactly two distinguishable outcomes when measured. Call them and (the computational basis states). Any state of this system is a linear combination
In column notation this becomes
where the top entry is the coefficient of and the bottom entry is the coefficient of . The basis vectors themselves are then
You can verify that substituting these into and adding the columns component-by-component recovers , confirming the notation is consistent.
The normalization condition
The entries and are called probability amplitudes. According to the Born rule, the probability of obtaining outcome is and the probability of obtaining is . Since those are the only two outcomes and probabilities must sum to 1, every valid state vector must satisfy
This is the normalization condition. It is not an extra assumption; it follows directly from requiring that probabilities sum to 1.
Higher-dimensional systems
Nothing stops us from having more than two outcomes. An -level system is described by a column vector with complex entries , subject to
For two qubits there are four computational basis states , so the state vector has four entries. Every extra qubit doubles the number of entries — a key reason quantum systems can represent so much information.
Try it
This is a numerical exercise — your code should return a number. Take the equal-superposition
state and verify
the normalization condition by computing .
Sign in on the full site to ask questions and join the discussion.