Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 535 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 535 Bytes

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