h2integrate.tools.profast_reverse_tools

h2integrate.tools.profast_reverse_tools#

Functions

convert_pf_res_to_pf_config(pf_config)

Convert dictionary of profast objects to dictionary with embedded dictionaries.

make_pf_config_from_profast(pf)

h2integrate.tools.profast_reverse_tools.convert_pf_res_to_pf_config(pf_config)#

Convert dictionary of profast objects to dictionary with embedded dictionaries.

Parameters:

pf_config (dict) -- values are profast objects.

Returns:

dict -- dictionary of ProFAST input file.

h2integrate.tools.profast_reverse_tools.make_pf_config_from_profast(pf)#