minaskar / hankl

hankl is a lightweight Python implementation of the FFTLog algorithm for Cosmology

Home Page:https://hankl.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

hankl is a lightweight Python implementation of the FFTLog algorithm for Cosmology

GitHub Build Status License: GPL v3 Documentation Status

Documentation

Read the docs at hankl.readthedocs.io

Installation

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.

Attribution

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

Licence

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.

Contributions

We welcome all contributions to hankl via Pull Requests. Let us know about any issues or questions about hankl.

About

hankl is a lightweight Python implementation of the FFTLog algorithm for Cosmology

https://hankl.readthedocs.io

License:GNU General Public License v3.0


Languages

Language:Python 93.9%Language:TeX 6.1%