jesterTOV.inference.postprocessing.postprocessing.load_eos_data

Contents

jesterTOV.inference.postprocessing.postprocessing.load_eos_data#

load_eos_data(outdir)[source]#

Load EOS data from the specified output directory.

Parameters:

outdir (str) – Path to output directory containing results.h5.

Return type:

Dict[str, Any]

Returns:

dict – Dictionary containing EOS data arrays.

Raises:

FileNotFoundError – If results.h5 is not found in the directory.