An open API service indexing awesome lists of open source software.

https://github.com/ismael-mendoza/multicam

MultiCAM: A multivariable framework for connecting the mass accretion history of haloes with their properties
https://github.com/ismael-mendoza/multicam

cosmology dark-matter-halos nbody-simulation simulation

Last synced: about 1 year ago
JSON representation

MultiCAM: A multivariable framework for connecting the mass accretion history of haloes with their properties

Awesome Lists containing this project

README

          

# MultiCAM

## Instalation

```bash
pip install -r requirements.txt
pip install -e .
```

## Tutorials

For a tutorial on how to use the MultiCAM algorithm please refer to the [intro notebook](https://github.com/ismael-mendoza/multicam/blob/main/notebooks/tutorials/intro.ipynb) in the `notebooks/tutorials` folder.

## How to cite

If you use this code in your research, please cite the following paper:

```bibtex
@ARTICLE{2023arXiv230201346M,
author = {{Mendoza}, Ismael and {Mansfield}, Philip and {Wang}, Kuan and {Avestruz}, Camille},
title = "{MultiCAM: A multivariable framework for connecting the mass accretion history of haloes with their properties}",
journal = {arXiv e-prints},
keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics},
year = 2023,
month = feb,
eid = {arXiv:2302.01346},
pages = {arXiv:2302.01346},
doi = {10.48550/arXiv.2302.01346},
archivePrefix = {arXiv},
eprint = {2302.01346},
primaryClass = {astro-ph.CO},
adsurl = {https://ui.adsabs.harvard.edu/abs/2023arXiv230201346M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```