Metadata-Version: 2.1
Name: fastnc
Version: 1.1.22
Summary: fastnc package
Home-page: https://github.com/git-sunao/fastnc
Author: Sunao Sugiyama, Rafael Heringer Gomes
Author-email: sunaosugiyama@gmail.com
Keywords: cosmology,large scale structure,three-point correlation function
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# fastnc
[![Downloads](https://static.pepy.tech/badge/fastnc)](https://pepy.tech/project/fastnc)

fast computation of natural components from given bispectrum.

Cite Sugiyama+2024 [arxiv](http://arxiv.org/abs/2407.01798).

## Installation
From [pip](https://pypi.org/project/fastnc/)
```
pip install fastnc
```
From [conda](https://anaconda.org/ssunao/fastnc)
```
conda install ssunao::fastnc
```
You can also install the package manually after cloning this [fastnc](https://github.com/git-sunao/fastnc) repo
```
pip install .
```

## Getting started
Tutorial notebook is available at [tutorial.ipynb](docs/tutorial.ipynb).

## Note on cache
This package create cache. The directory is at ~/.fastnc by default.
This can be changed by setting an environment variable `FASTNC_CACHE_DIR`. 
