Metadata-Version: 2.1
Name: baccoemu
Version: 2.1.0
Summary: A collection of cosmological emulators for large-scale structure statistics
Home-page: http://dipc.org/bacco/
Author: Raul E Angulo, Giovanni Arico, Matteo Zennaro
Author-email: reangulo@dipc.org
License: UNKNOWN
Project-URL: Documentation, https://baccoemu.readthedocs.io/
Project-URL: Source, https://bitbucket.org/rangulo/baccoemu/
Project-URL: Tracker, https://bitbucket.org/rangulo/baccoemu/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

# THE BACCO EMULATORS

baccoemu provides a collection of emulator for large-scale structure statistics over a wide range of
cosmologies, from redshifts 0 to 1.5.

## Installation

Follow detailed instructions at https://baccoemu.readthedocs.io/en/latest/#installation 

Anyway, a quick installation should boil down to

```bash
pip install -e . [--user]
```

## Usage

Follow detailed instructions at https://baccoemu.readthedocs.io/en/latest/#quickstart

You can also see an example in this same folder in the file example.py

## Credit our work

If you use baccoemu, please cite our paper: 

- the `linear cold- and total-matter power spectrum <https://arxiv.org/abs/2104.14568>`_
- the `nonlinear cold-matter power spectrum <https://arxiv.org/abs/2004.06245>`_
- the `modifications to the cold-matter power spectrum caused by baryonic physics <https://arxiv.org/abs/2011.15018>`_

For more details, visit our `our website <http://bacco.dipc.org>`_

## License
[MIT](https://choosealicense.com/licenses/mit/)


