Capstone: Original Research Demo
The track ends as research does: with a question of your own, reduced to something you can actually run and check. This capstone walks one complete miniature project — posing a question, designing a circuit, building it, and self-verifying the result — as a template for the original demo you will design next.
The question
Can I prepare a maximally entangled four-qubit GHZ state with a linear-depth circuit, and confirm I succeeded without doing full state tomography?
The Greenberger–Horne–Zeilinger state generalizes the Bell pair to qubits:
It is the canonical "all or nothing" entangled state — measuring any one qubit instantly fixes all the others — and a standard benchmark for how many qubits a device can entangle coherently (Monz et al. reached 14 trapped ions this way).
The design
A naive thought is to entangle qubit with each of the others separately, but a cheaper, shallower construction chains the entanglement down a ladder:
The Hadamard seeds a superposition on qubit ; each CNOT then copies the branch one qubit further along, so the two global branches and grow together. The circuit has depth and uses only two-qubit gates.
The verification
Full tomography of qubits costs exponentially many measurement settings — far too much for a quick check. Instead we use two cheap diagnostics, both implied by the GHZ structure:
- Populations. Measuring in the computational basis must give only and , each with probability . Any weight in another bin signals a bit-flip error in the ladder.
- Coherence. The populations alone cannot distinguish the entangled GHZ from a classical mixture of and ; the relative phase must be checked too (e.g. via parity oscillations in the basis). A genuine GHZ has both equal populations and a definite phase.
Here the grader checks the populations directly and confirms the amplitudes of and are real and equal to — pinning down the coherent superposition, not a mixture.
Try it
Build the four-qubit GHZ ladder. The grader runs your self-verification: the populations of and each equal , all other bins vanish, and the two surviving amplitudes are real and equal to .
Sign in on the full site to ask questions and join the discussion.