Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 309 Bytes

FFTLog, just FFTLog

This is an implementation of FFTLog in Python (developped for PyBird)

General info

Clone the repo, and install it as a Python package using pip:

git clone https://github.com/pierrexyz/fftlog.git
cd fftlog
pip install --editable .