- Compute the frequency-dependent lensing amplification factor
- Use your custom lens model, any spherically symmetry lens is supported
- The only function you need to provide is the Fermat potential -
jax
will take care of the rest with auto differentiation! - Build interpolation tables for your lens model
- Perform Bayesian parameter estimation with
bilby
- Runs on GPUs
pip install glworia
Checkout the 'Tutorial' section on the documentation website.
The full corner plots for the parameter estimation runs shown in the companion paper can be found in the plots/
directory.
The setting files for these runs are in the PE_submission_settings/
directory.
Please cite the methods paper if you used our package to produce results in your publication. Here is the BibTeX entry:
@article{Cheung:2024ugg,
author = "Cheung, Mark Ho-Yeuk and Ng, Ken K. Y. and Zumalac\'arregui, Miguel and Berti, Emanuele",
title = "{Probing minihalo lenses with diffracted gravitational waves}",
eprint = "2403.13876",
archivePrefix = "arXiv",
primaryClass = "gr-qc",
month = "3",
year = "2024"
}
MIT
GitHub @mhycheung