Macaulay2 » Documentation
Packages » ThinSincereQuivers > ToricQuiver
next | previous | forward | backward | up | index | toc

ToricQuiver -- the ToricQuiver datatype

Description

The ToricQuiver data type is a type of Hash Table with the following keys:

  • IncidenceMatrix:matrix representation of the connected graph underlying the quiver
  • flow: list of integers representing the flow associated to each edge of the quiver
  • Q0: the list of vertices
  • Q1: the list of edges
  • weights: the values on each vertex induced by the flow

See also

Functions and methods returning an object of class ToricQuiver :

Methods that use an object of class ToricQuiver :

For the programmer

The object ToricQuiver is a type, with ancestor classes HashTable < Thing.