Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.5 KB

LIGHT

Large-scale structure for the Inference of the Galaxy field with Hamiltonian Monte-Carlo

LIGHT is a Bayesian framework for reconstructing the galaxy field and underlying dark matter field using Hamiltonian Monte Carlo (HMC), and more specifically NumPyro. This package is designed to improve the inference of cosmological parameters with gravitational waves and galaxy catalogs, a.k.a. the dark siren method.


Installation Instructions

Basic Installation

To create a new environment and install LIGHT, follow these steps:

conda create -n light-env python=3.11
conda activate light-env
pip install -e .

Running

For examples, please navigate to the examples folder, and follow the readme there. notebooks in the examples folder.

Citation

If you use this software, please cite:

Cosmic Cartography: Bayesian reconstruction of the galaxy density informed by large-scale structure

@article{Leyde:2024tov,
    author = "Leyde, Konstantin and Baker, Tessa and Enzi, Wolfgang",
    title = "{Cosmic Cartography: Bayesian reconstruction of the galaxy density informed by large-scale structure}",
    eprint = "2409.20531",
    archivePrefix = "arXiv",
    primaryClass = "astro-ph.CO",
    month = "9",
    year = "2024"
}

Contact

If you have any questions, feedback, or would like to discuss this project, please don't hesitate to reach out:

Email: [email protected]