choderalab / modelforge

Infrastructure to implement and train NNPs
https://modelforge.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Added in reference energy calculation for qm9. #35

Closed chrisiacovella closed 8 months ago

chrisiacovella commented 8 months ago

Reference energy (i.e., energy of the constituent atoms in vacuum) is computed for the QM9 dataset from the data made available in the paper SI; other thermochemical properties calculated and added to the datafile, reference energy at 298.15K, reference enthalpy at 298.15K and reference free energy at 298.15K. This formation energy is also calculated and added to the data files for 0K (i.e., internal energy - reference energy).

equivalent shifted enthalpy, free energy, and internal energy at 298.15K could also be calculated, but given the very close similarity to internal energy at 0K (and the fact we will be training off internal energy at 0K), I do not think this will be necessary; of course, since the references are provided for each of these, they could be calculated by a user

Status

codecov-commenter commented 8 months ago

Codecov Report

Merging #35 (d0fac33) into main (415e14f) will increase coverage by 0.44%. The diff coverage is 100.00%.

Additional details and impacted files