Skip to content

An implementation of realistic, finite-temperature nuclear-matter models in neutron-star seismology.

License

Notifications You must be signed in to change notification settings

fgittins/RealisticSeismology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealisticSeismology

This project presents an implementation of realistic, finite-temperature nuclear-matter models in neutron-star seismology. It was developed to support arXiv:2406.05177.

Installation

The software is developed using the Julia programming language. To use it:

  1. Install Julia

  2. Download this repository

  3. Run Julia in the repository directory

  4. Type ] to enter Julia's package manager (Pkg.jl) REPL,

(@v1.10) pkg>
  1. activate the project environment with
(@v1.10) pkg> activate .
  1. instantiate the project,
(RealisticSeismology) pkg> instantiate

For more information on Julia packages and environments, see the Pkg.jl documentation.

Getting started

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")

Citation

If you found this project to be useful in academic work, please cite it using the following reference:

@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}
}