Equations of state for Multi-Messenger Astronomy (E4MMA)

This C++ code constructs the equation of state for use in simulations of core-collapse supernovae and neutron star mergers. This code is based on Du et al. (2019), and Du et al. (2022). The source code is available on github.

You may either use one of the Docker images (see Using Docker) or compile the code yourself. You do not need to compile the code to use the equation of state (EOS) tables – they can be read by any application which can read HDF5 files. For more information on compiling the code, see Compiling E4MMA.

More documentation will be added as time permits.