Skip to content

dt1483/SnFFT

 
 

Repository files navigation

SnFFT

This is a proof-of-concept implementation of Clausen/Baum's FFT for the symmetric group.

For a thorough introduction to FFTs over the symmetric group, check out the following useful references:

Requirements

  • numpy
  • python3 (nothing in here absolutely requires python3 but most of the printing uses string formatting which is slightly different in 3)

About

Implementation of Clausen/Baum's FFT for the symmetric group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Jupyter Notebook 2.0%