Regarding choosing specific waveform approximantion

Hi there,
I have seen that there are a total of 72 wave approximations. How can one choose a particular wave approximation for a specific event? Suppose the observed wave event is a binary black hole (BBH); how do we decide which wave approximation will be suitable for this? Is it the hit-and-trail method, or are there particular ways to choose the approximation for various events (BBH, BNS, BHNS). And what are the specific characteristics and requirements of the event one has to look into before choosing an approximation?

1 Like

kindly reply to my query @jonah & @martinberoiz

I presume that you are referring to the different waveforms available in LALSimulation (and thus also through, e.g., PyCBC). If so, I’m not sure exactly where the specific number of 72 comes from, since there are currently 114 implemented (see lalsimulation.NumApproximants). Nevertheless, I can answer how one picks a particular waveform model to analyze a given event. Unfortunately, there is not a publicly available guide to the various waveform models. However, you can usually find the details about the physics included in a given model by searching for its name. See also this post of mine for details about some of the waveform models used in LVK analyses, giving some details not discussed below and up to date as of the beginning of this year.

Many of the waveforms in LALSimulation are old and just kept for backwards compatibility. Some are even only applicable to the inspiral phase (e.g., the post-Newtonian waveforms TaylorF2, SpinTaylorT4, etc.), and thus should not be used to analyze a BBH, except possibly for very low-mass ones, where the merger-ringdown phase is at high frequencies where the current detectors are not very sensitive. However, as I mention in the link above, there are two standard waveforms used in LVK analyses of BBHs in both the GWTC-2.1 and GWTC-3 papers: IMRPhenomXPHM and SEOBNRv4PHM. Both of these waveforms are for quasicircular binaries and include the effects of precession as well as a selection of higher harmonics. IMRPhenomXPHM is a phenomenological model in the frequency domain, so it is relatively fast and often used for data analysis studies (which are usually carried out in the frequency domain). SEOBNRv4PHM is a time-domain effective-one-body (EOB) model which is significantly slower than IMRPhenomXPHM. However, since the two models are constructed in a significantly different way, it was good to use both of them for data analysis to assess the effects of systematic uncertainties in the modeling.

There are also some improved versions of these models now available, notably IMRPhenomXO4a, which has precession tuned to numerical relativity (see this paper) and the asymmetry between the \ell = 2, m = \pm 2 modes for precessing systems (see this paper). There is also an option to use a numerical solution of the post-Newtonian SpinTaylor equations in the IMRPhenomXPHM precession (accessed using a LALSimulation parameter—I can let you know the details if you are interested; there is a paper in preparation). There is also SEOBNRv5PHM (available through the new waveforms interface, so through ExternalPython in, e.g., lalsim-inspiral), which contains additional higher modes, compared to SEOBNRv4PHM, and also has significant improvements in speed and accuracy.

There are also separate aligned-spin and/or only dominant mode versions of these models (IMRPhenomXAS, IMRPhenomXHM, IMRPhenomXP; SEOBNRv4, SEOBNRv4HM [available in both
reduced order model (_ROM) and post-adiabatic (_PA) versions], SEOBNRv4P). Specifically, in each set these are aligned-spin only dominant mode, aligned spin with higher modes, and precessing only dominant mode (in the coprecessing frame).

There are also other models that are worth considering, notably the time-domain numerical relativity surrogate model NRSur7dq4, which directly interpolates quasicircular precessing numerical relativity simulations. It is thus limited in length by the length of the numerical simulations, so it is only applicable to sufficiently high-mass signals, where the signal in the sensitive band of current GW detectors is not that long. It is additionally limited in the mass ratios for which it provides accurate results, at most 6:1, extrapolating from the training range of waveforms with mass ratios up to 4:1. (It also is only trained on waveforms with spin magnitudes up to 0.8, but extrapolates well up to extremal spins.) This is the most accurate waveform model in its region of validity, including all the spherical harmonic modes up to \ell = 4, though it is not as fast as IMRPhenomXPHM (though not as slow as SEOBNRv4PHM; see the IMRPhenomXPHM paper for timing comparisons). There are also some aligned-spin surrogate models not included in LALSimulation—see here

There is also another EOB model, TEOBResumS (see here for references), where the latest version is not in LALSimulation. It also includes precession and higher modes in the quasicircular case, and also models eccentricity for aligned-spin systems, including higher modes.

If you want to analyze a higher-mass binary black hole, then IMRPhenomXPHM is likely the first choice, due to its speed. You might then want to consider additional models to assess waveform systematics, particularly for higher-SNR signals, especially ones with nonnegligible spins, precession, and/or higher mass ratios. For low-mass binaries, where the higher-order modes are less prominent and the analysis time is longer (due to the long signals), it might be sufficient to use IMRPhenomXP, but for a high-SNR signal, IMRPhenomXPHM will probably be necessary to obtain sufficiently accurate results. Older, fast but less accurate waveform models like IMRPhenomPv2 (single-spin precession and no higher modes) are sometimes still used when fast results are needed, particularly for low-mass systems.

For BNS and NSBH systems, there are specialized waveform models including the effects of the neutron star, notably its tidal deformability. There are versions of TEOBResumS applicable to both BNS and NSBH systems, as well as tidal versions of both the Phenom and SEOBNR models, e.g., for BNSs, IMRPhenomXP_NRTidalv2 (paper will appear on arXiv soon; the NRTidalv3 version has been developed, but is not yet in the public version of LALSimulation) and SEOBNRv4_ROM_NRTidalv2 (based on the frequency domain reduced order model of the aligned-spin SEOBNRv4 model); see here for a description of the NRTidalv2 model. There is also the SEOBNRv4T aligned-spin model and its frequency-domain surrogate SEOBNRv4T_surrogate. There are also the dedicated aligned-spin NSBH models IMRPhenomNSBH and SEOBNRv4_ROM_NRTidalv2_NSBH which include the effect of tidal disruption that is important for certain parts of the NSBH parameter space. However, for more unequal-mass NSBH systems, where there is no tidal disruption of the neutron star, the matter effects are negligible and one can analyze them with (precessing) BBH waveforms with good accuracy, as was done for GW200105_162426 and GW200115_042309 by the LVK.

As far as deciding whether an event should be analyzed with BBH, BNS, or NSBH waveforms, one considers the masses inferred from the detection pipelines and then from preliminary parameter estimation. If both masses are well above 3 solar masses, the BBH waveforms are appropriate. If either or both have significant support below 3 solar masses, then analyses with BNS and/or NSBH waveforms are called for.

I hope that this has answered your questions, but this is a large topic, so feel free to ask for more information if necessary. I cannot promise to reply quickly, but other commenters might also have useful insights here.

3 Likes

Dr. Nathan Johnson-McDaniel, thank you for your patience in writing such a clear note; it made me understand many new things. After reading your answer, I checked the Events Catalog for GW170817 and found that it belongs to “Waveform Family: IMRPhenomPv2NRT_lowSpin_prior” Does this waveform come under the IMRPhenomPv2 approximation(I mean improved version of IMRPhenomPv2)?

I’m glad that my writeup was useful. The full name of the waveform you mention is IMRPhenomPv2_NRTidal; the lowSpin_prior part of the name describes the prior ranges used in the analysis, specifically that they restricted the spin magnitudes to at most 0.05, around the maximum expected for a neutron star in a BNS, given observations of BNSs in the Milky Way.

IMRPhenomPv2_NRTidal (described in this paper) is an earlier version of the IMRPhenomXP_NRTidalv2 model for BNSs I mentioned in my previous message, so it includes spin precession (albeit with a simpler and less accurate approximation than in IMRPhenomXP_NRTidalv2) and the tidal and spin-induced quadrupole effects from the neutron stars (albeit with older versions than in the NRTidalv2 models). It is indeed based on the IMRPhenomPv2 BBH model, as the name implies.

Note that this was not the only analysis carried out of GW170817 by the LIGO-Virgo collaboration (as it was at the time). There is also one with the same waveform and a prior allowing for larger spins, as well as analyses with other BNS waveform models, including some of the other ones I mentioned in my previous message–see, e.g., Sec. V E in the GWTC-1 paper.

Edited to correct the NRTidal version of the model used in the analysis in question.

I am trying to classify the Gravitational events using machine-learning models. For that, I have generated data for BBH and BNS. While I am trying to create data for NSBH i am facing issues with wave approximation. To date, we have found out GW200105_162426 and GW200115_042309 only. Based on this paper, I have attempted to use the approximation used in the LIGO analysis. While using them, I am getting either of the errors attached below. Please suggest one approximation that is publicly available to use.


In case you haven’t already figured this out, the first error just means that you have too small a sampling rate to accurately represent the high frequencies present in the ringdown of the model.

The second error just seems to be because you have an extra underscore between “NR” and “Tidalv2” in the name of the approximant.

For future reference, while I was able to give what I think should be helpful advice just based on these error messages, in general you probably want to give more information about how exactly you obtained the error messages you want to ask about. In particular, I’m not sure exactly which waveform model you were using that gave the first error.

Another thing I noticed is that you still appear to be using Python 2.7, while Python 3 is now the standard for LALSuite, so that might cause some other problems.

Finally, since you’re trying to use a ROM model, note that you will need to download the appropriate data file separately and set up your LAL_DATA_PATH environment variable to point to its location if you have not already.

1 Like

Hi there,
I am using publicly available code to generate synthetic gravitational data ggwd. They have developed a program for the BBH, and I am trying to generate the data for BNS and NSBH; that’s why I am using Python 2.7 version, lalsuite==6.53, PyCBC==1.13.6 These are the versions that are used in code.

For the first one, the sampling rate is original_sampling_rate = 4096, target_sampling_rate = 2048.

In the case of the second one, even after removing the extra underscore between “NR” and “Tidalv2” it still gives the same error, maybe because of the older version of the lawsuit and PyCBC.

1 Like

Thanks for the explanation, and apologies for not getting back to you sooner–I was on vacation. In case this is still helpful, this older version of LALSuite indeed doesn’t have the NSBH-specific waveform models I mentioned, or the NRTidalv2 BNS models, though it does have the IMRPhenomPv2_NRTidal model I mentioned. It also has the older Lackey_Tidal_2013_SEOBNRv2_ROM NSBH model (described in this paper).

You’ll presumably need to increase the original_sampling_rate to avoid the Nyquist frequency issue (though this is just going by the variable name, not looking at the code).

If you want to use more recent models, you should update ggwd to use the latest LALSuite. It’s probably a good idea to do this anyway (at least so it uses Python 3) if you’re doing more than just making some small tests with it. If you need assistance with this, I would suggest making a new topic for that query. I likely wouldn’t be of much help, but other people would likely be able to offer appropriate tips.

1 Like