ajouellette / critical-shells

Analysis of GADGET-4 cosmology simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

critical-shells

Code for locating and analyzing critcal shells for dark matter halos in GADGET-4 simulations.

Installation

Create a conda environment

$ conda create -n critical-shells python=3.9 boost numpy scipy numba h5py matplotlib mpi4py astropy

To run tests, also install packages listed in requirements_dev.txt.

Install in development mode:

$ conda activate critical-shells
$ cd /path/to/critical-shells
$ pip install -e .

About

Analysis of GADGET-4 cosmology simulations

License:MIT License


Languages

Language:Jupyter Notebook 78.1%Language:Python 19.7%Language:Shell 1.7%Language:Cython 0.5%