Full API documentation and examples are available in the docs/ folder and
can be built with Documenter.jl. The algorithms implemented follow:
- "Cartan decompositions for Pauli operator algebras", arXiv:2512.06070
To build the docs locally:
]
activate .
cd("docs")
using Pkg; Pkg.instantiate()
include("make.jl")