reedessick / universality

an investigation into the application of universal, EOS-independent relations in Gravitational Wave astronomy
MIT License
3 stars 2 forks source link

implementation of TOV solvers #29

Closed reedessick closed 3 years ago

reedessick commented 3 years ago

This implements TOV solvers within the library. We support multiple formalisms for how we solve the TOV equations, along with the ability to solve for different sets of macroscopic quantities (sometimes we don't need the full table). The ODE solver seems to be robust and fast.

Note: we will still need include this within a parallelized workflow before the entire inference can be performed out of just this one repository.

To Do: