intermediate · Physics · The Postulates of Quantum Mechanics
Checkpoint: Apply the Postulates
This checkpoint pulls together the measurement machinery of Module 3: the Born rule, the projection
postulate, expectation values, and a joint observable on an entangled state. Work each sub-problem
from the definitions, then return the sum so the grader can check all four at once.
(A) Born rule in the computational basis
For ∣ψ⟩=cosθ∣0⟩+sinθ∣1⟩ measured in the Z basis, the
projector for outcome 1 is ∣1⟩⟨1∣ and
p(1)=∣⟨1∣ψ⟩∣2=sin2θ.
With θ=π/6, p(1)=sin2(π/6)=(1/2)2=1/4.
(B) Expectation value of Z
The expectation value weights each eigenvalue by its probability:
⟨Z^⟩=(+1)cos2θ+(−1)sin2θ=cos2θ−sin2θ=cos2θ.
For θ=π/6, ⟨Z^⟩=cos(π/3)=1/2. (Consistency check:
⟨Z^⟩=p(0)−p(1)=43−41=21.)
(C) Projection postulate and a conditional probability
Take the normalized two-qubit state
∣ϕ⟩=101(∣00⟩+2∣01⟩+2∣10⟩+∣11⟩).
Measure qubit 0 and condition on the outcome 0. The projector ∣0⟩⟨0∣⊗I^
keeps the ∣00⟩ and ∣01⟩ terms. After renormalizing, the conditional probability that
qubit 1 reads 1 is
The operator Z^⊗Z^ has eigenvalue +1 on ∣00⟩ and ∣11⟩, and −1 on
∣01⟩ and ∣10⟩. For the Bell state ∣Φ+⟩=21(∣00⟩+∣11⟩), the Born rule gives probability 21 on each of ∣00⟩ and ∣11⟩ and
zero on the others, so
⟨Z^⊗Z^⟩=(+1)(21+21)+(−1)(0)=+1.
The two qubits always agree when both are measured in Z — the correlation that defines this Bell
state.
Try it
Compute the four quantities and return their sum: A=p(1), B=⟨Z^⟩,
C=p(q1=1∣q0=0), and D=⟨Z^⊗Z^⟩. The values are
0.25+0.5+0.8+1=2.55.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.