Please see more detailed documentation here!
The Backwards One Body (BOB) model is an analytical and physically motivated approach to modeling gravitational waveforms from black hole binary mergers, as described in arXiv:1810.00040. The BOB model is based on the physical insight that, during the late stages of binary evolution, the spacetime dynamics of the binary system closely resemble a linear perturbation of the final, stationary black hole remnant.
- Analytical accuracy: Closed form expressions for the amplitude and frequency evolution.
- Minimally Calibrated: Requires minimal calibration to numerical relativity (NR)
- Test all BOB flavors Easily generate and switch between different "flavors" of BOB depending on your research problem.
- Easy initialization Easy initialization using SXS, CCE, or raw NR data.
- Beyond Kerr waveforms Compare NR data to BOB waveforms generated with custom QNMs.
- Easy comparisons: Easy comparisons to waveforms from the public SXS and CCE catalog, as well as raw NR data.
- Well Documented and Actively Developed
Generate plots like these with just a few lines of code!
- (Windows users should use WSL)
kuibitsxsqnmfitsscrijax(install the GPU compatible version if possible)sympynumpyscipymatplotlib
pip install gwBOBIf you use this code please cite
@article{mcwilliams2019analytical,
title={Analytical black-hole binary merger waveforms},
author={McWilliams, Sean T},
journal={Physical review letters},
volume={122},
number={19},
pages={191102},
year={2019},
publisher={APS}
}
@misc{kankani2025bobwaveformbuilderoptimizing,
title={BOB the (Waveform) Builder: Optimizing Analytical Black-Hole Binary Merger Waveforms},
author={Anuj Kankani and Sean T. McWilliams},
year={2025},
eprint={2510.25012},
archivePrefix={arXiv},
primaryClass={gr-qc},
url={https://arxiv.org/abs/2510.25012},
}
BOB paper to be added.
JOSS paper to be added.
Contributions are always welcome! If you find an issue, or have any questions on how to use the code, please raise an issue on this repo. If you want to contribute directly to the code, please fork the code and create a pull request!

