Table of Contents

Graph State

Graph state is a multi-qubit entangled state defined on an arbitrary graph structure, where each qubit corresponds to a vertex and entanglement is imposed via CZ gates on edges. Graph states generalize cluster states and are the resource for measurement-based quantum computing.

Definition

A graph state is constructed from an undirected graph $G = (V, E)$:

  1. Prepare each qubit (vertex) in state $|+\rangle$
  2. Apply CZ gates between all pairs of qubits connected by edges: $\text{CZ}_{i,j}$ for each $(i, j) \in E$

The resulting entangled state is the graph state corresponding to graph $G$.

Stabilizer Representation

Graph states are stabilizer states, defined by commuting Pauli stabilizers. For each vertex $i$, the stabilizer generator is:

$$S_i = X_i \prod_{j \sim i} Z_j$$

where the product runs over all neighbors $j$ of $i$. All stabilizers commute, and the graph state is the unique $+1$ eigenstate of all stabilizers.

Structure and Topology

Properties

Measurement-Based Quantum Computing (One-Way Computing)

  1. Prepare graph state matching circuit architecture
  2. Measure qubits sequentially in bases determined by classical computation logic
  3. Measurement outcomes (eigenvalues ±1) reveal syndrome and determine subsequent measurement angles
  4. Teleport quantum information through graph via measurements
  5. Final unmeasured qubits encode output state

This model demonstrates that quantum computation requires only measurement (no unitary gates needed post-preparation).

Applications

Efficient Classical Simulation

Graph states with Clifford measurements only (X, Y, Z bases) can be simulated classically via the Gottesman-Knill theorem. Measurement outcomes are computable in polynomial time via Gaussian elimination on the stabilizer group.

Relation to Cluster States

Cluster states are graph states on regular lattices (1D chains, 2D grids, etc.). Cluster states are a special case of general graph states where the underlying graph has lattice structure.

Generation

On different platforms:

Scalability and Decoherence

Creating large graph states requires:

Scaling to thousands of qubits remains a significant experimental challenge due to accumulated gate errors and decoherence.