Skip to content

Commit

Permalink
Merge pull request #23 from PythonFZ/patch-2
Browse files Browse the repository at this point in the history
Add `b97-3c`
  • Loading branch information
ShigeruIwase-PFN authored Nov 11, 2024
2 parents 39b25f3 + 8e0645d commit 7fae791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions torch_dftd/dftd3_xc_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ def get_dftd3_default_params(
rs6 = 0.5545
s18 = 2.2609
rs18 = 3.2297
elif xc == "b97-3c":
rs6 = 0.3700
s18 = 1.5000
rs18 = 4.1000
elif xc == "pbe":
rs6 = 0.4289
s18 = 0.7875
Expand Down

0 comments on commit 7fae791

Please sign in to comment.