Skip to content

Python package for solving TOV equation and calculating tidal properties

Notifications You must be signed in to change notification settings

amotornenko/TOVsolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Python for TOV solver

About

Python package to solve Tolman-Oppenheimer-Volkoff equation. Allows to study properties of static neutron stars with given equation of state. Additionally is able to calculate tidal properties of neutron stars. The package can become quite handy by using from jupyter noebook.

Documentation

To install use:

pip3 install .

Or if you do not have root access, then to install locally:

pip3 install . --user

See an example jupyter notebook in the example folder.

Functionality

Solves TOV equation, calculates mass and radius of static neutron star at given central density. Calculates tidal properties of neutron star.

Literature

License

Copyright 2019-2022 Anton Motornenko (FIAS)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Python package for solving TOV equation and calculating tidal properties

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published