This checkpoint ties together the computable measures of the module. You will take a pure two-qubit
state, extract its concurrence, and push it through Wootters' formula to get the entanglement
of formation — the asymptotic cost, in Bell pairs, of building the state.
The first step measures how entangled the state is (a number in [0,1]); the second converts that
into the operational cost in Bell pairs (also in [0,1] bit for two qubits). For a maximally
entangled state C=1 and EF=1; for a product state C=0 and EF=0.
The instance
We use ∣ψ⟩=cosθ∣00⟩+sinθ∣11⟩ with θ=π/8. Only
a=cosθ and d=sinθ are nonzero, so
C=2cosθsinθ=sin2θ=sin4π=21≈0.7071.
Then C2=21, so
x=21+1−21=21+21≈0.8536,EF=h(x)≈0.6009bits.
The state is more than halfway to maximal entanglement by cost, even though its concurrence is only
about 0.71 — a reminder that EF and C carry the same ordering but not the same scale.
Try it
Implement the full chain — concurrence, then the binary-entropy formula — for
∣ψ⟩=cos(π/8)∣00⟩+sin(π/8)∣11⟩, and return the entanglement of
formation EF.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.