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

quiverFlow -- return the flow attribute associated to the toric quiver

Synopsis

Description

This method returns the flow of the provided toric quiver, which is a list of numeric values.

i1 : Q = bipartiteQuiver(2, 3, Flow=> {1, 2, 3, 4, 5, 6});
i2 : quiverFlow Q

o2 = {1, 2, 3, 4, 5, 6}

o2 : List

See also

Ways to use quiverFlow :

For the programmer

The object quiverFlow is a method function.