Loading...
Loading...
Combining Hilbert spaces, entanglement, and multi-qubit states
This module defines the tensor product of Hilbert spaces, distinguishes product states from entangled states, describes operators on composite systems, introduces multi-qubit Dirac notation, and constructs the Bell states explicitly.
When two quantum systems A and B are combined, their state space is the tensor product . If and , then . The tensor product is the natural way to build the Hilbert space of a composite system.
A basis for the tensor product is obtained by taking all pairwise tensor products of basis kets. If and are bases, then is a basis for . We often omit the tensor symbol and write or .
The tensor product is bilinear: it distributes over addition and scalar multiplication in each factor. However, not every state in the tensor product space can be written as a single product of states from the factors. Those that cannot are entangled.
Tensor products appear throughout quantum mechanics: combining the spin and position of a particle, combining multiple qubits, and combining a system with its environment. Mastering tensor-product arithmetic is essential for quantum computing and many-body physics.
Dimension
Basis
Bilinearity
A product state has the form . Measurements on system A depend only on , and measurements on system B depend only on . There are no correlations between the two systems beyond those that follow from independent local states.
If and , then the product state is . The coefficient of factorizes as the product . This factorization is the defining feature of a product state.
Product states are easy to manipulate. The inner product of two product states factorizes: . Operator actions also factorize when the operator is itself a tensor product.
The set of product states spans the tensor product space, but most states are not product states. This abundance of non-product states is what gives composite quantum systems their enormously larger state space compared to classical composite systems.
Product state
Expansion
Inner product
The Kronecker product builds a larger vector space from smaller ones. In the qubit example, the resulting 4×1 vector corresponds to the two-qubit state |0⟩ ⊗ |1⟩.
A state of a composite system is entangled if it cannot be written as a product state. Entangled states exhibit correlations that have no classical explanation. The most famous examples are the Bell states of two qubits.
The Bell state is entangled. There are no single-qubit amplitudes such that equals , because the factorization would require and simultaneously with , which is impossible.
Entanglement is a resource for quantum computation and communication. It enables quantum teleportation, superdense coding, and the violation of Bell inequalities. Quantifying entanglement is a central topic in quantum information theory.
A quick test for pure bipartite states is the Schmidt decomposition: any bipartite pure state can be written with nonnegative Schmidt coefficients . The state is entangled if more than one Schmidt coefficient is nonzero.
Bell state
Schmidt decomposition
Entanglement criterion
If acts on and acts on , their tensor product acts on by . The action is extended by linearity to all states in the tensor product space.
The matrix representation of is the Kronecker product of the matrices of and . If is m x m and is n x n, then is mn x mn. Its entries satisfy .
A local operator on subsystem A only is written , and a local operator on B is . A general operator on the composite system may be a sum of tensor products, such as , where represents interactions.
Tensor-product operators inherit properties from their factors. For example, , and if and are unitary then so is . These rules are used constantly when analyzing multi-qubit circuits.
Action on product state
Kronecker product entry
Adjoint
The Kronecker product builds a larger vector space from smaller ones. In the qubit example, the resulting 4×1 vector corresponds to the two-qubit state |0⟩ ⊗ |1⟩.
For n qubits, the computational basis consists of the states , where each is 0 or 1. A general n-qubit pure state is a normalized superposition with .
Dirac notation compresses these expressions dramatically. The two-qubit state is the uniform superposition over all four basis states. It can be written as , the tensor product of two states.
Operators on n qubits are x matrices. Common gates include single-qubit gates acting on one factor, such as , and two-qubit entangling gates such as CNOT. The CNOT gate flips the second qubit conditioned on the first.
The exponential growth of dimension with the number of qubits is the source of both the power and the difficulty of quantum computing. A classical description of an arbitrary n-qubit state requires complex amplitudes.
n-qubit state
Uniform superposition
CNOT action
The four Bell states form an orthonormal basis for the two-qubit Hilbert space and are maximally entangled. They are defined as and .
In each Bell state, measuring one qubit in the computational basis immediately determines the outcome of the other qubit. For , both measurements yield the same bit; for , they yield opposite bits. These perfect correlations persist no matter how far apart the qubits are.
The Bell states are eigenstates of the operators and . They violate Bell inequalities, proving that no local hidden-variable theory can reproduce all quantum predictions.
Bell states are created from the computational basis by applying a Hadamard gate to the first qubit followed by a CNOT. This simple circuit is the prototype for generating entanglement in quantum information processing.
Bell basis
Correlation
Generation
Start with two qubits in . Apply a Hadamard gate to the first qubit and then a CNOT controlled by the first qubit. Show that the resulting state is .
Step 1 -- Hadamard on first qubit. . Since the second qubit is unchanged, the two-qubit state becomes .
Step 2 -- Apply CNOT. The CNOT gate flips the second qubit when the first is . Thus and . The state becomes .
Step 3 -- Identify. This is exactly the Bell state . The circuit has transformed a product state into an entangled state using only one single-qubit gate and one two-qubit gate.
Hadamard
After H
After CNOT
Papers:
Michael A. Nielsen and Isaac L. Chuang, Quantum Computation and Quantum Information, §2.1.
David J. Griffiths, Introduction to Quantum Mechanics, 2nd ed., Chapter 4 (addition of angular momentum).
1. What is the dimension of the tensor product of two 3-dimensional Hilbert spaces?
2. Which state is entangled?
3. How does the tensor product act on ?
4. Which gate sequence creates from ?
5. What is the Schmidt decomposition of a product state?