Skip to content

Commit

Permalink
add b97-3c
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Dec 20, 2023
1 parent 1aa73b0 commit 8e0645d
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 8e0645d

Please sign in to comment.