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

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

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:

  • quiverFlow(ToricQuiver)

For the programmer

The object quiverFlow is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/ThinSincereQuivers.m2:3279:0.