QuiverTools is an open source Julia package for working with moduli spaces of quiver representations.
To install QuiverTools, run the following commands in the Julia REPL:
julia> using Pkg; Pkg.add("QuiverTools");
You can build a quiver from an adjacency matrix, from a compact string, or with one of the many built-in named constructors:
using QuiverTools
Quiver([0 3; 0 0]) # from an adjacency matrix
Quiver("1--2-3") # from a string: a hyphen run is the number of arrows
kronecker_quiver(3) # one of many built-in named quiversSee the documentation for the full catalogue of quiver constructors.
The documentation for QuiverTools is available here.
QuiverTools is developed by Pieter Belmans, Hans Franzen and Gianni Petrella.
Gianni Petrella is supported by the Luxembourg National Research Fund (FNR-7953441).