Skip to content

DRAFT: Lal tov solver patch

Jeremy Baier requested to merge jeremy.baier/bilby:lal_tov_solver_patch into master

Note: Since we are also modifying an accompanying version of lalsuite (specifically LALSimNeutronStarEOSSpectralDecomposition.c ) most versions lalsuite will not work with this Bilby patch.

The ultimate goal of this MR is to patch in LAL functions to get a working TOV solver. We modify the existing code, mostly in conversion.py, to create eos and fam swig structures from lalsimulation. We also employ physical checks from lalinference on these eos and fam structures. We also hope to add a conversion from detector mass to source mass for mass_1 and mass_2 in the converted_parameters dictionary.

Merge request reports