From 863922485a135b8bc318cca662679264d04e815d Mon Sep 17 00:00:00 2001 From: Scott Field Date: Wed, 3 Apr 2024 13:42:38 -0400 Subject: [PATCH] fiddling with ref formatting --- tutorial/paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/paper/paper.md b/tutorial/paper/paper.md index 00b7b16..a4cdab7 100644 --- a/tutorial/paper/paper.md +++ b/tutorial/paper/paper.md @@ -66,7 +66,7 @@ where $^{-2}Y_{\ell m}$ are the spin$=-2$ weighted spherical harmonics and $\Lam - models implemented in ``GWSurrogate`` follow the waveform convention choices of the LIGO-Virgo-Kagra collaboration, thus ensuring that downstream data analysis codes can use ``GWSurrogate`` models without needing to worry about different conventions, and - ``GWSurrogate`` models can be directly evaluated in either physical units (often used in data analysis studies) and dimensionless units (often used in theoretical studies) where all dimensioned quantities are expressed in terms of the system's total mass. -Currently, there are 15 supported surrogate models (@Blackman:2015pia , @OShaughnessy:2017tak , @Blackman:2017dfb, @Varma:2018mmi , @Yoo:2023spi , @Yoo:2022erv , @Varma:2019csw , @Barkett:2019tus , @Rifat:2019ltp , @Islam:2022laz , @Field:2013cfa). These models vary in their duration, included physical effects (e.g. nonlinear memory, tidal forces, harmonic modes retained, eccentricity, mass ratio extent, precession effects, etc), and underlying solution method (e.g. Effective One Body, numerical relativity, and black hole perturbation theory). Details about all models can be found by doing `gws.catalog.list(verbose=True)`, while the ``GWSurrogate`` [homepage](https://github.com/sxs-collaboration/gwsurrogate) summarizes the state-of-the-art models for each particular problem. Certain models allow for additional functionality such as returning the dynamics of the binary black hole; these special features are described further in model-specific [example notebooks](https://github.com/sxs-collaboration/gwsurrogate/tree/master/tutorial). +Currently, there are 15 supported surrogate models (@Blackman:2015pia, @OShaughnessy:2017tak, @Blackman:2017dfb, @Varma:2018mmi, @Yoo:2023spi, @Yoo:2022erv, @Varma:2019csw, @Barkett:2019tus, @Rifat:2019ltp, @Islam:2022laz, @Field:2013cfa). These models vary in their duration, included physical effects (e.g. nonlinear memory, tidal forces, harmonic modes retained, eccentricity, mass ratio extent, precession effects, etc), and underlying solution method (e.g. Effective One Body, numerical relativity, and black hole perturbation theory). Details about all models can be found by doing `gws.catalog.list(verbose=True)`, while the ``GWSurrogate`` [homepage](https://github.com/sxs-collaboration/gwsurrogate) summarizes the state-of-the-art models for each particular problem. Certain models allow for additional functionality such as returning the dynamics of the binary black hole; these special features are described further in model-specific [example notebooks](https://github.com/sxs-collaboration/gwsurrogate/tree/master/tutorial). # Acknowledgements