Telum.jl (TEnsor Library for Universal Many-body simulation) is a non-Abelian symmetric tensor network library.
Once this repository is pushed to its own remote, install it with:
using Pkg
Pkg.add(url="<Telum-repo-url>")Because Telum.jl depends on LurCGT.jl, local development typically looks
like this:
using Pkg
Pkg.develop(path="../LurCGT.jl")
Pkg.develop(path=".")Typical usage:
using LurCGT
using Telumusing Pkg
Pkg.develop(path="../LurCGT.jl")
Pkg.test()