This checkpoint pulls together every tool from the module — kets, inner products, completeness,
projectors, basis expansions, and tensor products — to construct and analyze the most famous entangled
state in quantum mechanics, the Bell state∣Φ+⟩.
The target state
We want to build
∣Φ+⟩=21(∣00⟩+∣11⟩),
a two-qubit state living in C2⊗C2=C4. It is normalized, since
⟨Φ+∣Φ+⟩=21(⟨00∣00⟩+⟨11∣11⟩)=21(1+1)=1,
using orthonormality of the product basis.
Why it is entangled
Apply the factorization test from the tensor-product lesson. The amplitudes are
c00=c11=1/2 and c01=c10=0, so
c00c11=21=0=c01c10.
The condition for a product state fails, so ∣Φ+⟩ is entangled: there is no pair of
single-qubit states ∣ψ⟩,∣ϕ⟩ with ∣Φ+⟩=∣ψ⟩⊗∣ϕ⟩.
Constructing it from formalism
Build it in two steps, each a manipulation you have already practiced.
Step 1 — superpose the control. Apply a Hadamard to qubit 0, leaving qubit 1 in ∣0⟩:
(H⊗I)∣00⟩=∣+⟩⊗∣0⟩=21(∣00⟩+∣10⟩).
This is still a product state — H acts on one factor only.
Step 2 — correlate with CNOT. The CNOT gate with control 0, target 1 acts on the product basis by
flipping the target when the control is ∣1⟩: it fixes ∣00⟩ and sends ∣10⟩→∣11⟩.
Applying it,
CNOT21(∣00⟩+∣10⟩)=21(∣00⟩+∣11⟩)=∣Φ+⟩.
The entangling step is the CNOT: it converts a product state into a non-factorizable one.
Checking with projectors and completeness
The probability of measuring both qubits and finding 00 is the expectation of the projector
P00=∣00⟩⟨00∣:
⟨Φ+∣P00∣Φ+⟩=∣⟨00∣Φ+⟩∣2=212=21.
Likewise the outcome 11 has probability 1/2, while 01 and 10 each have probability 0. The four
projectors {P00,P01,P10,P11} satisfy the completeness relation
∑P=I, and the probabilities 21+0+0+21=1 — total probability is conserved,
exactly as Parseval's identity guarantees. The perfect correlation (only 00 and 11 ever occur) is
the experimental signature of entanglement.
Try it
Build the Bell state ∣Φ+⟩=21(∣00⟩+∣11⟩) on two qubits using a
Hadamard followed by a CNOT, and return the circuit. The grader checks the full statevector: amplitudes
1/2 on ∣00⟩ and ∣11⟩, zero elsewhere.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.