hankl is a lightweight Python implementation of the FFTLog algorithm for Cosmology
Read the docs at hankl.readthedocs.io
To install hankl using pip run:
pip install hankl
Alternatively, install the latest version of hankl from source:
git clone https://github.com/minaskar/hankl.git
cd hankl
pip install -r requirements.txt
pip install .
You need numpy and scipy to install hankl.
Please cite arXiv:2106.06331 if you find this code useful in your research:
@article{karamanis2021hankl,
title={hankl: A lightweight Python implementation of the FFTLog algorithm for Cosmology},
author={Karamanis, Minas and Beutler, Florian},
journal={arXiv preprint arXiv:2106.06331},
year={2021}
}
Copyright 2020-now Minas Karamanis and contributors.
hankl is free software made available under the GPL-3.0 License. For details see the LICENSE
file.
We welcome all contributions to hankl via Pull Requests. Let us know about any issues or questions about hankl.