Skip to content

davidmisiak/flow-polynomials

Repository files navigation

Multipole Flow Polynomials

Dependencies

C++ utility that computes the flow polynomial coefficients:

  • make
  • gcc
  • Boost

Python scripts:

Analysis notebook:

Usage Examples

❯ make test
❯ make plot < graphs/easy/4-square
❯ make run output=fp < graphs/easy/4-square
[
   1 * [ -4 -3 ][ -2 -1 ]
   1 * [ -4 -1 ][ -3 -2 ]
]