Part III · Chapter 16

Multipartite Entanglement

Read ~18 min Prerequisites Ch. 10, Ch. 15 Tools bipartition classifier, code cell Live
Basic

Every entangled state you've met so far has had exactly 2 qubits. With 3 or more, "is it entangled?" stops being a yes/no question — there are several genuinely different ways a multi-qubit state can be entangled, or only partly entangled, or not entangled at all. This chapter is the vocabulary for telling them apart, before Ch. 17 dives into the two most famous examples.

Three categories, one test

For an n-qubit state, check every way of splitting the qubits into two groups (a bipartition) and ask, using Ch. 10's partial trace: is each group's reduced state pure (unentangled across that particular split) or mixed (entangled across it)?

  • Fully separable: every bipartition is unentangled. The whole state is really just a product of independent pieces.
  • Biseparable: at least one bipartition is unentangled, but not all of them. Some genuine entanglement exists, but it doesn't involve every qubit at once.
  • Genuinely multipartite entangled: every possible bipartition shows entanglement. No qubit can be peeled off as an independent, unentangled piece — the entanglement is fundamentally a property of the whole group.
Intermediate
Fig. 16.1 — pick a 3-qubit state, check every bipartitionclassifies it live

"Biseparable" shows exactly 2 of 3 bipartitions entangled (q0 and q1 are individually entangled with the rest, because they're a Bell pair with each other) and 1 separable (q2, which was never touched). GHZ and W both pass as genuinely multipartite entangled — every single bipartition shows entanglement for both — even though Ch. 17 will show they're entangled in completely different ways.
Advanced

"Genuinely entangled" doesn't mean "the same kind of entangled"

This is the chapter's most important warning, and it's exactly why Ch. 17 needs to exist at all: passing the "genuinely multipartite entangled" test in Fig. 16.1 is necessary but nowhere near sufficient to characterize a state's entanglement. GHZ and W both pass — every bipartition entangled for both — and yet Ch. 15 already told you they're LOCC-inequivalent: no sequence of local operations and classical communication can convert one into the other. The bipartition test in this chapter is a coarse classification (3 categories); a complete description of multipartite entanglement structure requires much finer tools, several of which (entanglement entropy, the various tangle measures) are active areas of ongoing research, not settled textbook material.

Fig. 16.2 — code, runs in your browser
Both pass the same coarse test identically — which is exactly why a coarser tool can't be the whole story, and why Ch. 17 exists.
Check your understanding

What test does this chapter use to classify a multi-qubit state's entanglement?

Check every bipartition (way of splitting the qubits into two groups) and see whether the reduced state of each group is pure (separable) or mixed (entangled) across that split.

Check your understanding

What's the difference between "biseparable" and "genuinely multipartite entangled"?

Biseparable means at least one bipartition is unentangled — some qubit (or group) can be peeled off as independent. Genuinely multipartite entangled means every bipartition shows entanglement, with no qubit separable from the rest at all.

Check your understanding

For Bell(q0,q1) ⊗ |0⟩₂, which bipartition is separable?

q2 | (q0,q1) — q2 was never entangled with anything, so splitting it off from the rest leaves both pieces pure.

Check your understanding

Do GHZ and W states pass the same bipartition test in Fig. 16.1?

Yes — both show entanglement across every bipartition, so both classify as genuinely multipartite entangled by this test. The test doesn't distinguish them; Ch. 17 shows they're still very different.

Check your understanding

Why isn't passing the "genuinely multipartite entangled" test the end of the classification story?

Because it's a coarse, 3-category test. States that pass identically (like GHZ and W) can still be LOCC-inequivalent — entangled in fundamentally different ways that this bipartition test can't distinguish.

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.