Skip to content

QuiverTools/QuiverTools.jl

Repository files navigation

QuiverTools

tests docs style

QuiverTools is an open source Julia package for working with moduli spaces of quiver representations.

Installation

To install QuiverTools, run the following commands in the Julia REPL:

julia> using Pkg; Pkg.add("QuiverTools");

Quick start

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 quivers

See the documentation for the full catalogue of quiver constructors.

Documentation

The documentation for QuiverTools is available here.

Acknowledgements

QuiverTools is developed by Pieter Belmans, Hans Franzen and Gianni Petrella.

Gianni Petrella is supported by the Luxembourg National Research Fund (FNR-7953441).

About

A Julia package to deal with quivers and moduli of quiver representations.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages