This package can be used to acces the initial conditions of EPOCH simulations from julia by parsing the input.deck
file.
]add EPOCHInput
To parse an input.deck
file, use the parse_input
function.
parse_input(file_name)
The parser is quite simple for the moment and only accepts simple key-value expressions and key references from previous blocks (such as the constant
block).
More information about the structure of input.deck
files can be found in the EPOCH documentation.