Fusion Rules
Fusion rules are the multiplication table of an anyon theory: they say which anyon types can result when two are brought together. They are the algebraic backbone from which the fusion space, quantum dimensions, and ultimately the computational power of an anyon model all follow.
The fusion algebra
For anyon types labeled , the fusion rule is
where the non-negative integers count the number of distinct ways and can fuse into . There is a unique vacuum with , and each has a unique antiparticle with . When some — multiple fusion channels — the theory is non-abelian; when every product is a single anyon, it is abelian.
Quantum dimensions from fusion
The fusion rules fix the quantum dimensions as the largest eigenvalue of the fusion matrix , equivalently the solution of
For Fibonacci anyons with , this reads , so
For Ising anyons , , , giving , .
The fusion space and its dimension
Bring anyons together and fuse them sequentially. Each fusion that has multiple allowed channels forks the history, and the set of consistent fusion trees with a fixed total charge labels an orthonormal basis of the fusion Hilbert space. Its dimension grows like , which is exactly why a non-abelian yields an exponentially large protected memory.
For Fibonacci anyons the bookkeeping is especially clean. Track the running total charge as you fuse 's one at a time. Writing for the number of trees of 's with total charge , the rule gives the recursion
Starting from a single (, ), the vacuum-channel dimensions are — the Fibonacci numbers, which is where these anyons get their name. For the dimension of the vacuum-total-charge space is .
Try it
Implement the Fibonacci fusion recursion and return the dimension of the space of anyons
that fuse to the vacuum (total charge ). Track the 2-vector
, start it at for a single , and apply the
fusion map times. The answer is the Fibonacci number .
Sign in on the full site to ask questions and join the discussion.