Quantum Operation Basics#
Quantum operation is the language for changing and reading quantum states. In the simplest single-qubit setting, a state is represented by a normalized vector
The coefficients are probability amplitudes. Their squared magnitudes give measurement probabilities in the computational basis:
Unitary Operations#
An ideal closed-system gate is a unitary matrix (U). It maps one normalized state to another normalized state:
The unitary condition preserves inner products, lengths, and total probability. This is the linear-algebra reason that reversible quantum gates can be drawn as rotations of the state representation.
Measurement Operations#
Measurement is not only a rotation. A projective measurement uses operators such as
The probability of an outcome is computed by applying the corresponding projector:
After a measurement, the state is updated according to the observed outcome. That state update is why measurement is treated separately from ordinary gate rotation.
Coordinates and Pictures#
The same operation can be described in several coordinate systems. A column vector is convenient for matrix multiplication, spherical coordinates are useful for geometric intuition, and the Bloch sphere gives a compact picture of single-qubit pure states.