kilopop.equation_of_state.get_max_EOS_mass

kilopop.equation_of_state.get_max_EOS_mass(EOS_table)[source]

Obtain the maximum supported neutron star mass from the given EOS.

Wrapper function to find the Max TOV mass of the given EOS.

Parameters:

EOS_table (pandas DataFrame) – Data table of the gravitational mass vs. radius curve.

Returns:

tov_mass – The maximum mass supported by the given EOS.

Return type:

float