This project presents an implementation of realistic, finite-temperature nuclear-matter models in neutron-star seismology. It was developed to support arXiv:2406.05177 and arXiv:2409.13468.
The software is developed using the Julia programming language. To use it:
-
Install Julia
-
Download this repository
-
Run Julia in the repository directory
-
Type
]
to enter Julia's package manager (Pkg.jl) REPL,
(@v1.10) pkg>
activate
the project environment with
(@v1.10) pkg> activate .
instantiate
the project,
(RealisticSeismology) pkg> instantiate
For more information on Julia packages and environments, see the Pkg.jl documentation.
General use of this software is demonstrated in the scripts
and notebooks
directories. The notebooks are written in Julia Markdown and may be compiled using Weave.jl. For example,
julia> using Weave
julia> weave("mode_demo.jmd")
If you found this project to be useful in academic work, please cite it using the following references:
@unpublished{gittins2024neutronstar,
title="{Neutron-star seismology with realistic, finite-temperature nuclear matter}",
author={{Gittins}, F. and {Andersson}, N.},
year={2024},
eprint={2406.05177},
archivePrefix={arXiv},
primaryClass={gr-qc}
}
@unpublished{gittins2024problematicsystematics,
title="{Problematic systematics in neutron-star merger simulations}",
author={{Gittins}, F. and {Matur}, R. and {Andersson}, N. and {Hawke}, I.},
year={2024},
eprint={2409.13468},
archivePrefix={arXiv},
primaryClass={gr-qc}
}