fast computation of natural components from given bispectrum.
Cite Sugiyama+2024 arxiv.
From pip
pip install fastnc
From conda
conda install ssunao::fastnc
You can also install the package manually after cloning this fastnc repo
pip install .
Tutorial notebook is available at tutorial.ipynb.
This package create cache. The directory is at ~/.fastnc by default.
This can be changed by setting an environment variable FASTNC_CACHE_DIR
.