Metadata-Version: 2.1
Name: Pylians
Version: 0.1
Summary: Python libraries for the analysis of numerical simulations
Home-page: https://github.com/franciscovillaescusa/Pylians3
Author: Francisco Villaescusa-Navarro
Author-email: villaescusa.francisco@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Pylians3

Pylians stands for **Py**thon **li**braries for the **a**nalysis of **n**umerical **s**imulations. 

## Installation

For the stable version:

``` sh
pip3 install Pylians3
```

For the development version do

```sh 
git clone https://github.com/franciscovillaescusa/Pylians3.git
cd Pylians3
pip3 install .
```

## Usage

Pylians3 is a set of python libraries, written in python, cython and C, whose purposes is to facilitate the analysis of numerical simulations (both N-body and hydrodynamic). Among other things, they can be used to:

-   Compute density fields
-   Compute power spectra
-   Compute bispectra
-   Compute correlation functions
-   Identify voids
-   Populate halos with galaxies using an HOD
-   Apply HI+H2 corrections to the output of hydrodynamic simulations
-   Make 21cm maps
-   Compute DLAs column density distribution functions
-   Plot density fields and make movies

## Documentation 

See [here](https://pylians3.readthedocs.io/en/master/) for the detailed documentation. 


