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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule origin
updated
14 files
+1 −1 | CMakeLists.txt | |
+2 −1 | cmake/externalMpifx.cmake | |
+2 −1 | src/CMakeLists.txt | |
+2 −0 | src/api/bind_fortran | |
+324 −32 | src/api/libnegf_api.f90 | |
+135 −33 | src/elphinel.F90 | |
+153 −0 | src/equiv_kpoints.F90 | |
+14 −5 | src/iterative.F90 | |
+7 −3 | src/lib_param.F90 | |
+33 −5 | src/libnegf.F90 | |
+8 −1 | src/ln_structure.F90 | |
+15 −1 | src/self_energy.F90 | |
+1 −1 | tests/c_int/hello.c | |
+2 −2 | tests/c_int_elph_deph/c_int_elph_deph.c |