@namespace: unit_test

run_prefix    string     ""

# the final time to integrate to
tmax          real       1.e-1

# first output time -- we will output in nsteps logarithmically spaced steps between [tfirst, tmax]
tfirst        real       0.0

# number of steps (logarithmically spaced)
nsteps        int        100

# density
rho           real       1.e7

# temperature
T             real       6.e9

# Initial guess for proton chemical potential
mu_p          real       -3.0

# Initial guess for neutron chemical potential
mu_n          real       -12.0