Concurrence is the algebraic engine behind two-qubit entanglement of formation. It turns the
intractable convex-roof minimization into a finite computation involving a "spin-flip" operation and
four eigenvalues — and for pure states it collapses to a one-line determinant.
The spin-flip and the tilde state
Concurrence is built from time reversal of spins. The single-qubit spin flip is the Pauli
Y=(0i−i0), which sends ∣0⟩↔∣1⟩
with a phase. For a two-qubit density operator ρ, define the tilde (spin-flipped) state
ρ~=(Y⊗Y)ρ∗(Y⊗Y),
where ρ∗ is the complex conjugate in the computational basis. Both qubits are flipped and the
amplitudes conjugated.
Wootters' formula
Form the (non-Hermitian) product R=ρρ~. Although R is not Hermitian, its
eigenvalues are real and non-negative. Let λ1≥λ2≥λ3≥λ4
be the square roots of those eigenvalues, sorted in decreasing order. The concurrence is
C(ρ)=max{0,λ1−λ2−λ3−λ4}.
The max with 0 is what makes separable states report exactly zero: for such states the largest
square-root eigenvalue never exceeds the sum of the other three. Concurrence ranges over [0,1],
with C=1 for the Bell states.
Once C is known, the entanglement of formation follows from the closed form of the previous lesson,
For a pure state ∣ψ⟩=a∣00⟩+b∣01⟩+c∣10⟩+d∣11⟩ the
machinery collapses dramatically. The spin-flipped ket is
∣ψ~⟩=(Y⊗Y)∣ψ∗⟩, and the concurrence equals the modulus of the
overlap,
C(∣ψ⟩)=⟨ψ∣ψ~⟩=2∣ad−bc∣.
The quantity ad−bc is the determinant of the 2×2 matrix of amplitudes\begin{psmallmatrix} a & b \\ c & d \end{psmallmatrix}. A pure state is a product state precisely
when this matrix has rank 1, i.e. determinant 0 — and then C=0. So concurrence directly
measures how far the amplitude matrix is from being a rank-one (separable) matrix.
Worked example
Take ∣ψ⟩=cosθ∣00⟩+sinθ∣11⟩. Here a=cosθ,
d=sinθ, and b=c=0, so
C=2∣ad−bc∣=2cosθsinθ=∣sin2θ∣.
At θ=π/4 this is C=1: the state is the Bell state 21(∣00⟩+∣11⟩), maximally entangled. At θ=0 it is the product state ∣00⟩ with C=0.
The exercise evaluates this at θ=π/5.
Try it
Compute the concurrence of ∣ψ⟩=cosθ∣00⟩+sinθ∣11⟩ with
θ=π/5, using the pure-state formula C=2∣ad−bc∣. Return the number.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.