Skip to content

Commit

Permalink
Store radii (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede authored Dec 22, 2023
1 parent ecc50f1 commit f116715
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5,382 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ tox =
[options.package_data]
tad_dftd3 =
py.typed
*.npy
*.npz
**/*.npy
**/*.npz
**/*.pt
4 changes: 2 additions & 2 deletions src/tad_dftd3/data/r4r2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
PBE0/def2-QZVP atomic values calculated by S. Grimme in Gaussian (2010),
rare gases recalculated by J. Mewes with PBE0/aug-cc-pVQZ in Dirac (2018).
Also new super heavies Cn,Nh,Fl,Lv,Og and Am-Rg calculated at 4c-PBE/Dyall-AE4Z
(Dirac 2022)
Also new super heavies Cn, Nh, Fl, Lv, Og and Am-Rg calculated at
4c-PBE/Dyall-AE4Z (Dirac 2022).
"""
import torch

Expand Down
Loading

0 comments on commit f116715

Please sign in to comment.