forked from dftbplus/dftbplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
860 additions
and
89 deletions.
There are no files selected for viewing
Submodule origin
updated
11 files
+4 −3 | src/CMakeLists.txt | |
+121 −168 | src/elphinel.F90 | |
+91 −80 | src/integrations.F90 | |
+2 −2 | src/interactions.F90 | |
+112 −39 | src/iterative.F90 | |
+5 −2 | src/lib_param.F90 | |
+3 −21 | src/libnegf.F90 | |
+160 −143 | src/ln_cache.F90 | |
+32 −3 | src/mpi_globals.F90 | |
+237 −0 | src/self_energy.F90 | |
+7 −10 | src/unused/self_energy.c |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
25 C | ||
H | ||
1 1 0.0000000000 0.0000000000 20.39200000 | ||
1 1 0.0000000000 0.0000000000 22.31800000 | ||
1 1 0.0000000000 0.0000000000 24.24400000 | ||
1 1 0.0000000000 0.0000000000 26.17000000 | ||
1 1 0.0000000000 0.0000000000 28.09600000 | ||
1 1 0.0000000000 0.0000000000 30.09600000 | ||
1 1 0.0000000000 0.0000000000 31.76800000 | ||
1 1 0.0000000000 0.0000000000 33.44000000 | ||
1 1 0.0000000000 0.0000000000 35.11200000 | ||
1 1 0.0000000000 0.0000000000 36.78400000 | ||
1 1 0.0000000000 0.0000000000 38.45600000 | ||
1 1 0.0000000000 0.0000000000 40.12800000 | ||
1 1 0.0000000000 0.0000000000 41.80000000 | ||
1 1 0.0000000000 0.0000000000 43.47200000 | ||
1 1 0.0000000000 0.0000000000 45.14400000 | ||
1 1 0.0000000000 0.0000000000 11.70400000 | ||
1 1 0.0000000000 0.0000000000 13.37600000 | ||
1 1 0.0000000000 0.0000000000 15.04800000 | ||
1 1 0.0000000000 0.0000000000 16.72000000 | ||
1 1 0.0000000000 0.0000000000 18.39200000 | ||
1 1 0.0000000000 0.0000000000 3.34400000 | ||
1 1 0.0000000000 0.0000000000 5.01600000 | ||
1 1 0.0000000000 0.0000000000 6.68800000 | ||
1 1 0.0000000000 0.0000000000 8.36000000 | ||
1 1 0.0000000000 0.0000000000 10.03200000 |
Oops, something went wrong.