|q⟩ Bad Qubits

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|\psi\rangle = \cos\theta\,|0\rangle + \sin\theta\,|1\rangle measured in the ZZ basis, the projector for outcome 11 is 11|1\rangle\langle 1| and

p(1)=1ψ2=sin2θ.p(1) = |\langle 1|\psi\rangle|^2 = \sin^2\theta.

With θ=π/6\theta = \pi/6, p(1)=sin2(π/6)=(1/2)2=1/4p(1) = \sin^2(\pi/6) = (1/2)^2 = 1/4.

(B) Expectation value of ZZ

The expectation value weights each eigenvalue by its probability:

Z^=(+1)cos2θ+(1)sin2θ=cos2θsin2θ=cos2θ.\langle\hat Z\rangle = (+1)\cos^2\theta + (-1)\sin^2\theta = \cos^2\theta - \sin^2\theta = \cos 2\theta.

For θ=π/6\theta = \pi/6, Z^=cos(π/3)=1/2\langle\hat Z\rangle = \cos(\pi/3) = 1/2. (Consistency check: Z^=p(0)p(1)=3414=12\langle\hat Z\rangle = p(0) - p(1) = \tfrac34 - \tfrac14 = \tfrac12.)

(C) Projection postulate and a conditional probability

Take the normalized two-qubit state

ϕ=110(00+201+210+11).|\phi\rangle = \frac{1}{\sqrt{10}}\big(|00\rangle + 2|01\rangle + 2|10\rangle + |11\rangle\big).

Measure qubit 0 and condition on the outcome 00. The projector 00I^|0\rangle\langle 0|\otimes\hat I keeps the 00|00\rangle and 01|01\rangle terms. After renormalizing, the conditional probability that qubit 1 reads 11 is

p(q1=1q0=0)=c012c002+c012=41+4=45=0.8.p(q_1 = 1 \mid q_0 = 0) = \frac{|c_{01}|^2}{|c_{00}|^2 + |c_{01}|^2} = \frac{4}{1 + 4} = \frac45 = 0.8.

(D) A joint observable on a Bell state

The operator Z^Z^\hat Z\otimes\hat Z has eigenvalue +1+1 on 00|00\rangle and 11|11\rangle, and 1-1 on 01|01\rangle and 10|10\rangle. For the Bell state Φ+=12(00+11)|\Phi^+\rangle = \tfrac{1}{\sqrt2}(|00\rangle + |11\rangle), the Born rule gives probability 12\tfrac12 on each of 00|00\rangle and 11|11\rangle and zero on the others, so

Z^Z^=(+1)(12+12)+(1)(0)=+1.\langle\hat Z\otimes\hat Z\rangle = (+1)\Big(\tfrac12 + \tfrac12\Big) + (-1)(0) = +1.

The two qubits always agree when both are measured in ZZ — the correlation that defines this Bell state.

Try it

Compute the four quantities and return their sum: A=p(1)A = p(1), B=Z^B = \langle\hat Z\rangle, C=p(q1=1q0=0)C = p(q_1{=}1\mid q_0{=}0), and D=Z^Z^D = \langle\hat Z\otimes\hat Z\rangle. The values are 0.25+0.5+0.8+1=2.550.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.