Metadata-Version: 2.1
Name: CAMELS-library
Version: 0.4
Summary: Python routines to analyze the data from the simulations of the Cosmology and Astrophysics with MachinE Learning Simulations (CAMELS) project
Home-page: https://github.com/franciscovillaescusa/CAMELS
Author: Francisco Villaescusa-Navarro
Author-email: villaescusa.francisco@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: Pylians
Requires-Dist: tables

# CAMELS library

**CAMELS** stands for **C**osmology and **A**strophysics with **M**achin**E** **L**earning **S**imulations. It is a set of thousands of cosmological N-body and state-of-the-art hydrodynamic simulations run with different codes. The simulations of the CAMELS project are described in detail in the [2010.00619](https://arxiv.org/abs/2010.00619).

This repository contains the codes and scripts used to analyze the data from the CAMELS simulations.

## Installation

For the stable version do:

``` sh
python -m pip install CAMELS-library
```

For the development version do

```sh 
git clone https://github.com/franciscovillaescusa/CAMELS
cd CAMELS
python -m pip install .
```

## Documentation 

Click [here](https://camels.readthedocs.io) for the detailed documentation. 


## Contact

For questions, comments...etc, please reach us at camel.simulations@gmail.com



