GHZ States

qc/entanglement

Generalizes Bell States to N qubits — all qubits maximally correlated:

Measuring gives all-0s or all-1s, 50/50, never mixed.

Two naive constructions, both depth N (no advantage over each other):

  1. Fan-out: H(0), then CX(0,1), CX(0,2), …, CX(0,N-1) — all share qubit 0 as control, so none parallelize.
  2. Chain: H(0), then CX(0,1), CX(1,2), … — each CX depends on the previous, purely sequential.

Reducing depth is the whole story of this topic — see Circuit Depth, Start From the Middle, and Recursive Fan-Out.

Self-Check

  • Why do fan-out and chain constructions both have depth N, despite looking structurally different?
  • What outcome do you always get when measuring a GHZ state, and why never a mix?
  • Name the three different ways this vault builds a GHZ state, and what each one optimizes for.