Python package for transforming circular gravitational waveforms to low-eccentric waveforms from numerical simulations.
Original implementation by Yoshinta Setyawati (2021).
Modified and maintained by Amin Rouan Serik (2025) to support modern Python packaging and enhancements.
See Phys. Rev. D 103, 124011 or arXiv:2101.11033 for details of the model and citation.
Using pip
with editable install from your repository (compatible with pyproject.toml
):
git clone git@github.com:aminrouanserik/pyrex.git
cd pyrex
pip install -e .