rxn_network.data#

Experimental Gibbs free energy data from NIST-JANAF (compounds, gases), FREED (all compounds), and FactSage (elemental chemical potentials).

rxn_network.data.load_experimental_data(fn)[source]#

Load experimental data from a json file.

Parameters:

fn (str | Path) – The filename of the json file

Return type:

dict[str, dict[float, Any]]

rxn_network.data.make_float_keys(d)[source]#

Convert all keys in a dict to floats.

Return type:

dict[float, Any]