A toric quiver is an acyclic directed graph with edge set $Q_1$ and vertices $Q_0$, equipped with a flow, which is a vector of values associated to each edge of the graph, and a weight, which is a vector of values associated to each vertex in the graph. The weights are obtained from the flow and graph as the image of the incidence map, defined as follows: $$ \text{inc}(\mathbf{w})(i) := \sum_{a\in Q_1 \atop a^{+} = i} \mathbf{w}(a) - \sum_{a\in Q_1 \atop a^{-} = i} \mathbf{w}(a) \quad \text{ for all } i \in Q_0. $$ The ToricQuiver data type is a type of Hash Table with the following keys:
The object ToricQuiver is a type, with ancestor classes HashTable < Thing.
The source of this document is in ThinSincereQuivers.m2:3279:0.