load_input#

empymod.io.load_input(fname)[source]#

Load input from file.

Parameters
fnamestr

File name with absolute or relative path including suffix, which defines the used data format. Implemented is currently only .json.

Returns
datadict

Dictionary containing the input that was stored in the file.