Part III · Chapter 15

LOCC

Read ~18 min Prerequisites Ch. 10, Ch. 14 Tools local-gate sandbox, code cell Live
Basic

Ch. 14's teleportation protocol used exactly two ingredients beyond the shared Bell pair: things Alice and Bob each did locally to their own qubit, and an ordinary phone call. That combination has a name — Local Operations and Classical Communication, LOCC — and it's the formal definition of "everything you're allowed to do without directly sending quantum information."

What counts as LOCC

  • Local operations: any gate or measurement Alice applies to her own qubits, and any gate or measurement Bob applies to his — never anything that touches both at once.
  • Classical communication: sending ordinary bits back and forth, as many rounds as needed, including letting Bob's next move depend on what Alice tells him.

What's explicitly not allowed: any gate (like CNOT) that acts jointly on a qubit of Alice's and a qubit of Bob's. That single restriction turns out to be enormously consequential.

The central fact: LOCC cannot create entanglement

If Alice and Bob start with a product state — no entanglement between them at all — no sequence of local operations and classical messages, however clever, can ever produce an entangled state. Try to break this yourself:

Fig. 15.1 — apply only local gates, try to entangle q0 and q1it's not possible

Notice there's no two-qubit gate in this palette at all — that omission is the entire point. Click anything, in any order, on either qubit: Tr(ρ²) for each qubit alone stays at exactly 1, forever. Local unitaries alone can never produce entanglement from a product state.
Intermediate

LOCC can't create entanglement, but it can move it around

Here's the part that surprises people: LOCC genuinely cannot increase the total entanglement in a system — but it absolutely can redistribute entanglement that's already there, sometimes in startling ways. Entanglement swapping is the showcase example: start with two completely independent Bell pairs, A-B and C-D (A,D never having touched each other, ever). Perform a joint (non-local) Bell measurement on just B and C, then tell A and D's owners the outcome over a classical channel. The result: A and D end up in a Bell state — perfectly entangled with each other, despite never interacting.

This isn't a violation of "LOCC can't create entanglement" — the entanglement in A-D was always implicitly present in the combined 4-particle system; the swap just relocated which two particles carry it. The total amount of entanglement in the full system never went up.

Advanced

Why "LOCC-equivalence" is the right notion of "same entanglement"

Because LOCC can never increase entanglement, it gives quantum information theory exactly the right yardstick: two states are considered to have "the same kind" of entanglement if and only if LOCC can convert each into the other (with some probability, in either direction). This is precisely the distinction Ch. 17 leans on: GHZ and W states, for 3+ qubits, turn out to be LOCC-inequivalent — neither can be converted into the other by any sequence of local operations and classical communication, which is the rigorous version of "they're genuinely different kinds of entanglement," not just different-looking formulas.

Fig. 15.2 — code, runs in your browser
This is the entanglement-swapping circuit referenced above — the same structure as Ch. 14's teleportation, just with a Bell pair standing in for the unknown state being "sent."
  • TextbookNielsen & Chuang, §12.5Entanglement measures and the LOCC-monotonicity property this chapter relies on.
  • ArticleWikipedia — LOCCGeneral reference, including entanglement swapping as a worked example.
Check your understanding

What two things together make up LOCC?

Local operations (gates/measurements each party applies only to their own qubits) and classical communication (ordinary bits exchanged between parties).

Check your understanding

In Fig. 15.1, why is it impossible to entangle q0 and q1 no matter which gates you click?

Because every available gate is local — it touches only one qubit. There's no two-qubit gate available, and local unitaries alone can never create entanglement from a product state.

Check your understanding

In entanglement swapping, A and D become entangled despite never interacting. Does this contradict "LOCC can't create entanglement"?

No — the total entanglement in the 4-particle system never increases. The swap redistributes existing entanglement (originally between A-B and C-D) onto a new pairing (A-D), rather than creating new entanglement from nothing.

Check your understanding

What's explicitly forbidden under LOCC?

Any gate that acts jointly on qubits belonging to different parties — like a CNOT with the control on Alice's qubit and the target on Bob's.

Check your understanding

What does it mean for two entangled states to be "LOCC-equivalent," and why does this matter for Ch. 17's GHZ/W comparison?

Two states are LOCC-equivalent if each can be converted into the other using only local operations and classical communication. GHZ and W states (3+ qubits) are LOCC-inequivalent — proving they represent genuinely distinct kinds of multipartite entanglement, not just different-looking formulas for the same thing.

Review queue

Scroll back to a chapter's quiz cards to review them once they're due — a full cross-chapter queue view is a planned upgrade.