|q⟩ Bad Qubits

intermediate · Physics · The Postulates of Quantum Mechanics

Postulate 5: Composite Systems

The first four postulates describe a single system. The fifth tells us how to build a description of several systems together — two qubits, an atom and a field, a whole register. The rule is the tensor product, and from it springs entanglement, the resource that makes quantum information distinctive.

The composite-system postulate

Postulate 5. The state space of a composite physical system is the tensor product of the state spaces of the component systems. If system AA has space HA\mathcal{H}_A and system BB has space HB\mathcal{H}_B, the joint space is

HAB=HAHB.\mathcal{H}_{AB} = \mathcal{H}_A \otimes \mathcal{H}_B.

If AA is prepared in ψA|\psi\rangle_A and BB in ϕB|\phi\rangle_B independently, the joint state is the product state ψAϕB|\psi\rangle_A \otimes |\phi\rangle_B.

Dimensions multiply

A key consequence: dimensions multiply, not add. If dimHA=dA\dim\mathcal{H}_A = d_A and dimHB=dB\dim\mathcal{H}_B = d_B, then dimHAB=dAdB\dim\mathcal{H}_{AB} = d_A d_B. For nn qubits the joint space has dimension 2n2^n. This exponential growth — 23002^{300} exceeds the number of atoms in the observable universe by the time n=300n = 300 — is why quantum systems are so expensive to simulate classically and so powerful as computational devices.

A basis for the joint space is the set of tensor products of basis vectors. For two qubits:

{00,  01,  10,  11}={00,01,10,11}.\{\,|0\rangle\otimes|0\rangle,\; |0\rangle\otimes|1\rangle,\; |1\rangle\otimes|0\rangle,\; |1\rangle\otimes|1\rangle\,\} = \{\,|00\rangle, |01\rangle, |10\rangle, |11\rangle\,\}.

Tensor-product mechanics

The tensor product is bilinear and distributes over addition. Concretely, with column vectors,

(a0a1)(b0b1)=(a0b0a0b1a1b0a1b1).\begin{pmatrix} a_0 \\ a_1 \end{pmatrix} \otimes \begin{pmatrix} b_0 \\ b_1 \end{pmatrix} = \begin{pmatrix} a_0 b_0 \\ a_0 b_1 \\ a_1 b_0 \\ a_1 b_1 \end{pmatrix}.

For example +0=12(0+1)0=12(00+10)|+\rangle\otimes|0\rangle = \tfrac{1}{\sqrt2}(|0\rangle + |1\rangle)\otimes|0\rangle = \tfrac{1}{\sqrt2}(|00\rangle + |10\rangle). Inner products factor across the tensor product: (ψ1ϕ1)(ψ2ϕ2)=ψ1ψ2ϕ1ϕ2\big(\langle\psi_1|\otimes\langle\phi_1|\big)\big(|\psi_2\rangle\otimes|\phi_2\rangle\big) = \langle\psi_1|\psi_2\rangle\,\langle\phi_1|\phi_2\rangle, which is what lets us compute joint probabilities.

Entangled states: not every state is a product

The decisive feature of the tensor product is that most joint states are not product states. Consider the Bell state

Φ+=12(00+11).|\Phi^+\rangle = \frac{1}{\sqrt2}\big(|00\rangle + |11\rangle\big).

Suppose it factored as (α0+β1)(γ0+δ1)(\alpha|0\rangle + \beta|1\rangle)\otimes(\gamma|0\rangle + \delta|1\rangle). Expanding gives amplitudes αγ\alpha\gamma for 00|00\rangle, αδ\alpha\delta for 01|01\rangle, βγ\beta\gamma for 10|10\rangle, βδ\beta\delta for 11|11\rangle. Matching 01|01\rangle and 10|10\rangle to zero forces αδ=0\alpha\delta = 0 and βγ=0\beta\gamma = 0, but then either αγ\alpha\gamma or βδ\beta\delta also vanishes — contradicting that both 00|00\rangle and 11|11\rangle have amplitude 1/21/\sqrt2. No factorization exists. Such states are entangled: the subsystems have no independent state of their own.

Operators on composite systems

Operators also tensor. A gate U^A\hat{U}_A acting only on AA becomes U^AI^B\hat{U}_A \otimes \hat{I}_B on the joint space, leaving BB alone. Local operations can never create entanglement from a product state — entanglement requires an interaction term, a genuinely two-body gate such as CNOT, that is not of the form U^AU^B\hat{U}_A\otimes\hat{U}_B. This is exactly why the controlled gates of the simulator are the ingredients that build Bell states out of product states.

Sign in on the full site to ask questions and join the discussion.