XanaduAI / thewalrus

A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.
https://the-walrus.readthedocs.io
Apache License 2.0
101 stars 55 forks source link

Calculating permanents using numba #299

Closed nquesada closed 2 years ago

nquesada commented 2 years ago

Implements the Ryser and BBGS algorithms for the calculation of permanents using numba. At the same it deletes the previous C++ implementations and related tests since they are no longer needed.