hankl

Lightweight FFTLog for Cosmology


Keywords
cosmology, fft, fftlog, hankel, numerical-integration
License
GPL-3.0
Install
pip install hankl==1.1.0

Documentation

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.

Licence

Copyright 2020 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.