Toric quivers are represented as a type of HashTable with the following keys:
One can generate the quiver Q associated to the bipartite graph K_{2,3} with a random flow w as follows:
|
|
Alternatively, one can construct a toric quiver using any of the following constructions:
create a toric quiver from matrix
|
create a toric quiver from matrix with specified flow
|
create a toric quiver from a list of edges
|
create a toric quiver from a list of edges and a flow
|
create a toric quiver from a matrix with keyword flow
|
create a toric quiver from a matrix with random flow with values in the range [0, 100]
|
create a toric quiver copied from another one
|
create a toric quiver copied from another, but with alternative flow
|
The source of this document is in ThinSincereQuivers.m2:3279:0.