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 ]
]

About

Computation and analysis of multipole flow polynomials. Accompanying my master's thesis: http://www.dcs.fmph.uniba.sk/diplomovky/registracia/Detail.php?id=515

Resources

Stars

Watchers

Forks

Packages

No packages published