-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first qmdff protoyp, without repulsion and torsion
Signed-off-by: Conrad Hübler <Conrad.Huebler@gmx.net>
- Loading branch information
1 parent
97a091f
commit 9fff262
Showing
15 changed files
with
436 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule simple-dftd3
updated
26 files
+3 −3 | .github/workflows/build.yml | |
+41 −0 | .github/workflows/codeql.yml | |
+12 −2 | .github/workflows/docs.yml | |
+22 −0 | .readthedocs.yaml | |
+1 −1 | CMakeLists.txt | |
+10 −4 | app/driver.f90 | |
+1 −1 | fpm.toml | |
+1 −1 | meson.build | |
+1 −1 | python/README.rst | |
+1 −1 | python/dftd3/__init__.py | |
+87 −24 | python/dftd3/pyscf.py | |
+79 −1 | python/dftd3/test_pyscf.py | |
+1 −1 | python/meson.build | |
+1 −1 | python/mesonpep517.toml | |
+1 −1 | python/setup.cfg | |
+2 −1 | src/dftd3.f90 | |
+1,076 −500 | src/dftd3/data/vdwrad.f90 | |
+44 −5 | src/dftd3/disp.f90 | |
+37 −6 | src/dftd3/output.f90 | |
+13 −8 | src/dftd3/param.f90 | |
+65,982 −22,763 | src/dftd3/reference.f90 | |
+2 −2 | src/dftd3/version.f90 | |
+46 −1 | test/unit/test_dftd3.f90 | |
+39 −0 | test/unit/test_model.f90 | |
+29 −0 | test/unit/test_ncoord.f90 | |
+6 −2 | test/unit/test_param.f90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.