Metadata-Version: 2.4
Name: zenbu_fftw
Version: 1.2
Summary: Power spectrum code for biased tracers in the Zeldovich approximation.
Home-page: https://github.com/sfschen/ZeNBu
Author: Stephen Chen
Author-email: stephen.abooaboo@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyfftw
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ZeNBu
Ze(ldovich calculations for) N-B(ody Em)u(lators)

A package to compute all the Zeldovich contributions to the power spectrum of a tracer with quadratic bias, including beyond-one-loop terms.

For further details on the calculations see [Kokron et al](https://arxiv.org/abs/2205.15327) (2022) and [DeRose et al](https://arxiv.org/abs/2210.14239) (2022) for the real and redshift-space calculations, respectively.

Requires [pyFFTW](https://pyfftw.readthedocs.io/en/latest/).

Based on the [velocileptors](https://github.com/sfschen/velocileptors) code.

Can be installed via pip:
```
pip install git+https://github.com/sfschen/ZeNBu
```
