Skip to content

ulthiel/TensorCategories.jl

 
 

Repository files navigation

TensorCategories.jl

DOI

TensorCategories is a package under development with the intention to provide a framework as well a examples for computations in the realm of categories.

Installation

You need to have Julia installed. To use TensorCategories do the following:

julia> import Pkg
julia> Pkg.add("TensorCategories")

Usage

TensorCategories relies on the algebraic structures from the OSCAR-System. Here a minimal usage Example.

using TensorCategories, Oscar;
C = graded_vector_spaces(QQ, symmetric_goup(3))
Z = center(C)
simples(Z)
smatrix(Z)

Features

TensorCategories provides a vast framework for constructions with finite tensor categories and especially fusion categories.

The Center of a fusion category

The current pinnacle feature is the computation of the center of a fusion category in explicit form. The theoretical ground work for this approach is layed in https://arxiv.org/abs/2406.13438

Acknowledgements

This project was started under supervision of Prof. Ulrich Thiel (University of Kaiserslautern). This work is a contribution to the SFB-TRR 195 'Symbolic Tools in Mathematics and their Application' of the German Research Foundation (DFG).

About

Category Theory Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 98.9%
  • Jupyter Notebook 1.1%