Skip to content

Commit

Permalink
Ttm2.1 clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Oct 30, 2023
1 parent 07008cd commit 0bfc2f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/openqdc/utils/atomization_energies.py
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,13 @@ def get_matrix(level_of_theory: str):
("I", -1): None,
("I", 0): None,
}
# FF ttm2.1-f, calculated with ttm3-f f90 routine
# For isolated atoms doesn't change as it is always 0
# Typed down for clarity
TTM2 = {
("H", 0): 0.0,
("O", 0): 0.0,
}


ISOLATED_ATOM_ENERGIES = {
Expand Down Expand Up @@ -1806,6 +1813,8 @@ def get_matrix(level_of_theory: str):
"gfn1_xtb": GFN1,
"dft3b": DFTB,
"pm6": PM6,
# FF
"ttm2.1-f": TTM2,
}

# TODO: Talk with ivan about cbs extrapolation from from av[TQ]z. For now this should be ok

0 comments on commit 0bfc2f1

Please sign in to comment.