-
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.
update tblite/xtb and extract dipole from xtb
Signed-off-by: Conrad Huebler <[email protected]>
- Loading branch information
1 parent
76b26de
commit 51487d3
Showing
12 changed files
with
164 additions
and
11 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 tblite
updated
25 files
+8 −8 | .github/workflows/build.yml | |
+0 −2 | .github/workflows/wheel.yml | |
+1 −1 | config/cmake/Findtoml-f.cmake | |
+2 −0 | config/meson.build | |
+1 −0 | fpm.toml | |
+0 −13 | include/tblite/calculator.h | |
+28 −0 | include/tblite/container.h | |
+0 −0 | python/pyproject.toml | |
+0 −33 | python/setup.cfg | |
+0 −22 | python/setup.py | |
+46 −1 | python/tblite/interface.py | |
+27 −0 | python/tblite/library.py | |
+1 −0 | python/tblite/meson.build | |
+47 −2 | python/tblite/test_interface.py | |
+1 −0 | python/tblite/test_library.py | |
+6 −43 | src/tblite/api/calculator.f90 | |
+119 −0 | src/tblite/api/container.f90 | |
+72 −72 | src/tblite/data/spin.f90 | |
+6 −4 | src/tblite/param/serde.f90 | |
+12 −2 | src/tblite/scf/iterator.f90 | |
+2 −2 | src/tblite/toml.f90 | |
+1 −24 | src/tblite/wavefunction/fermi.f90 | |
+1 −1 | subprojects/toml-f.wrap | |
+131 −0 | test/api/main.c | |
+33 −33 | test/unit/test_spin.f90 |
Submodule xtb
updated
95 files
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
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
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