|q⟩ Bad Qubits

advanced · Physics · Topological Order & Anyons

Checkpoint: Fusion and Braiding

This checkpoint ties together fusion rules, the fusion space, and qubit encoding for the non-abelian model closest to experiment: Ising anyons, the anyon type carried by Majorana zero modes. You will count fusion outcomes to size a topological qubit register.

The Ising fusion algebra

Ising anyons have three sectors {1,σ,ψ}\{1, \sigma, \psi\} with

σ×σ=1+ψ,σ×ψ=σ,ψ×ψ=1,1×a=a.\sigma \times \sigma = 1 + \psi, \qquad \sigma \times \psi = \sigma, \qquad \psi \times \psi = 1, \qquad 1 \times a = a .

Only σ×σ\sigma\times\sigma has more than one channel, which is what makes σ\sigma non-abelian, with quantum dimension dσ=2d_\sigma = \sqrt2.

Counting the fusion space of nn σ\sigma's

Fuse nn σ\sigma anyons sequentially and track the running total charge. Because ψ×σ=σ\psi\times\sigma=\sigma and 1×σ=σ1\times\sigma=\sigma are single-channel while σ×σ\sigma\times\sigma splits, the number of fusion trees of total charge 11 (vacuum) for even nn works out to

dimVn(1)=2n/21,\dim \mathcal{V}^{(1)}_n = 2^{\,n/2 - 1},

matching the dσn=2n/2d_\sigma^{\,n} = 2^{\,n/2} growth split between the two total-charge sectors {1,ψ}\{1,\psi\}. Since each factor of 22 is one logical qubit, nn σ\sigma anyons encode n/21n/2 - 1 qubits — the standard "four σ\sigma's per qubit" rule of Ising/Majorana TQC, with n=4n=4 giving exactly one qubit.

Braiding on this space

Within a fixed-charge fusion space, exchanging neighboring σ\sigma's applies the RR-matrix unitaries of the braiding lesson. For Ising anyons these braids generate the single- and two-qubit Clifford group — protected and exact, but (by Gottesman–Knill) not universal, so a non-topological magic ingredient is needed for universality. Counting the dimension first tells you how many qubits those braids act on.

Try it

Implement the Ising fusion recursion and return the dimension of the space of n=6n=6 σ\sigma anyons that fuse to the vacuum (total charge 00). Track the 3-vector [#1, #σ, #ψ][\,\#\to 1,\ \#\to\sigma,\ \#\to\psi\,], start it at [0,1,0][0,1,0] (one σ\sigma), and apply the fusion map n1n-1 times. The answer is 26/21=42^{\,6/2-1}=4 — a two-qubit Ising register.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.