Conventions Used on the AnyonWiki
This page collects some of the (pages on) conventions that will be used on the wiki. Its aim is on the one hand to settle conventions and on the other to clarify the meaning of some commonly used symbols and expressions.
Pages Explaining Conventions
These might later be (partially) imported in this page.
- Indexing of Roots of Polynomials - Documentation on how polynomial roots are indexed and referenced
- -matrix - Conventions for the S-matrix in modular fusion categories
Fusion Ring Naming
Formal Name Convention
Fusion rings follow the standardized notation:
Components:
- FR: Fusion Ring identifier
- (superscript, first): Rank - number of simple objects
- (superscript, second): Multiplicity structure parameter
- (subscript): Serial number within the classification
Examples
Formal Name | Meaning |
---|---|
Trivial ring, rank 1 | |
ring, rank 2, serial 1 | |
Fibonacci ring, rank 2, serial 2 | |
Ising ring, rank 3, serial 1 | |
Rank 5, multiplicity parameter 4, serial 3 |
Common Names
Many fusion rings have common names from physics or representation theory:
- Trivial:
- : Cyclic group rings
- Fibonacci (Fib):
- Ising:
- : Dihedral group representations
- : Quantum at level
Fusion Category Naming
Formal Name Convention
Fusion categories use a seven-parameter code:
Components:
- FC: Fusion Category identifier
- (superscript): Triple encoding categorical structure
- (subscript): Quadruple for refined classification
Relation to Fusion Rings
The category naming relates to its underlying fusion ring:
- Parameters encode rank, structure type, and categorification data
- Multiple categories can share the same fusion ring
Software Usage
To access a category by formal code:
Anyonica (Mathematica):
FusionCategoryByCode[[a,b,c,d,e,f,g]]
(* Shorthand *)
FCBC[[a,b,c,d,e,f,g]]
TensorCategories.jl (Julia):
anyonwiki(a,b,c,d,e,f,g)
Formal Codes
Structure
Each fusion ring has a unique formal code as an integer array:
Parameters:
- rank: Number of simple objects
- : Primary multiplicity indicator (usually 1 for multiplicity-free)
- : Secondary structural parameter
- : Serial number in classification
Examples
Fusion Ring | Formal Code |
---|---|
Trivial | [1, 1, 0, 1] |
[2, 1, 0, 1] | |
Fibonacci | [2, 1, 0, 2] |
Ising | [3, 1, 0, 1] |
[3, 1, 0, 2] |
Purpose
- Unique identification: No two fusion rings share the same formal code
- Computational: Used in database queries and software
- Classification: Organizes rings by structural properties
Barcodes
Definition
A barcode is an alternative unique identifier for fusion rings, represented as an integer array.
Structure
The barcode encodes:
- Fusion rule structure
- Derived from multiplication table
- Canonical form independent of object labeling
Example
For Fibonacci ring:
barcode: [specific integer sequence]
Usage
- Database indexing: Alternative to formal codes
- Isomorphism checking: Compare barcodes to test if rings are isomorphic
- DOI reference: Cited in research papers
Mathematical Notation
Objects and Morphisms
Simple Objects:
Tensor Product:
Dual Objects:
Morphism Spaces:
Fusion Coefficients
Notation: or
Meaning: Multiplicity of in
Fusion Matrix:
Dimensions
Frobenius-Perron Dimension:
Quantum Dimension (in categories):
Global Dimension:
In Database: Listed as
Structure Constants
F-Symbols
Notation:
Simplified (multiplicity-free):
Pentagon Equation:
R-Symbols
Notation:
Braiding:
Hexagon Equations: Relate and symbols
S-Matrix
Notation:
Definition (modular categories):
Properties:
- Symmetric:
- Unitary:
- (charge conjugation)
T-Matrix
Notation:
Diagonal:
where is the twist (topological spin) of .
Character Notation
Character Map:
Character Table: Matrix
Indexed:
- Rows: Characters
- Columns: Simple objects
Database Fields
JSON Structure
Fusion Ring Entry:
{
"formal_code": [r, m1, m2, n],
"barcode": [array of integers],
"texnames": ["LaTeX name 1", "LaTeX name 2", ...],
"mult_tab": [[fusion rules]],
"numeric_characters": [[character values]],
"numeric_frobenius_perron_dimensions": [d_0, d_1, ...],
"numeric_frobenius_perron_dimension": D_FP^2,
"tensor_product_decompositions": {...},
"sub_fusion_rings": {...},
"references": ["ref1", "ref2"],
"software": ["software used"],
"info": "description"
}
Field Descriptions
texnames: Array of alternative LaTeX names
- First entry: Primary common name
- Additional entries: Alternative notations
mult_tab: Multiplication table
mult_tab[i][j]
= array of indices where- Multiplicity-free: each entry is 0 or 1 occurrence
numeric_characters: Character table matrix
- Rows: Characters
- Columns: Simple objects
- Values: Complex numbers (real for unitary)
File Naming
Downloaded Files
Structure Constants:
pentsol_*.txt
: Pentagon equation solutions (F-symbols)hexsol_*.txt
: Hexagon equation solutions (R-symbols)pivsol_*.txt
: Pivotal structure data
Format (tab-separated):
i j k l m n Re(F) Im(F)
First 6 columns: Object labels
Last 2 columns: Real and imaginary parts
LaTeX Rendering
In Documentation
Inline Math: Use $...$
or \(...\)
Display Math: Use $$...$$
or \[...\]
Common Symbols
Symbol | LaTeX | Meaning |
---|---|---|
\mathbf{1} | Identity object | |
\otimes | Tensor product | |
\oplus | Direct sum | |
\mathcal{C} | Category | |
\mathcal{R} | Ring | |
\mathcal{D}_{\text{FP}}^2 | FP dimension squared | |
\mathbb{Z}_n | Cyclic group |
Abbreviations
Category Types
Abbreviation | Full Name |
---|---|
FC | Fusion Category |
PFC | Pivotal Fusion Category |
UFC | Unitary Fusion Category |
BFC | Braided Fusion Category |
MFC | Modular Fusion Category |
UMTC | Unitary Modular Tensor Category |
Other Terms
Abbreviation | Full Name |
---|---|
FP | Frobenius-Perron |
QD | Quantum Dimension |
TQFT | Topological Quantum Field Theory |
6j | Six-j symbol (F-symbol) |
DOI | Digital Object Identifier |
Version and Updates
Data Version
AnyonWiki data follows semantic versioning:
- Major: Significant structural changes
- Minor: New entries added
- Patch: Corrections and updates
Citing Data
When citing a specific fusion ring or category:
FR^{r,m}_n from AnyonWiki [version]
DOI: [if available]
Related Pages
- Manual → - User guide
- Data Format → - Technical specifications
- API Documentation → - Programmatic access
References
For more on naming conventions, see:
- Liu, Palcoux, Ren (2022) - Classification paper
- Slingerland, Vercleyen (2022) - Low rank fusion rings
- AnyonWiki GitHub repository - Implementation details