Program for computing binding energy and isovalue properties of nuclear EoS; printing options w/ focus on modularization
-
routs: Contains fortran routines
- iso_routines.f : Contains the subroutines necessary to compute EoS isovalues
- eb_v4.f : Contains the subroutines necessary to compute the Binding Energy and radii values based on the Semi-Emperical Mass Formula
-
py_libs: Contains python libraries
- init.py : Python initialization file
- PMOD_26.py : Python Parse library
- ...pyc : Python compilied files
-
data: Contains data ('.don') files
-
isobenv.py: Main script, contains parsing and Nelder-Mead optimization routines
-
main_server.f: Main program, interfaces with the isobenv pipeline through std io
-
Makefile: the Makefile for compiling the fortran code
-
Server: fortran binary
-
Add support for file re-structuring
-
Add support for skval looping
-
Add support for eos looping and error analysis