We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55082f5 commit 50721f1Copy full SHA for 50721f1
source/module_elecstate/module_dm/cal_edm_tddft.h
@@ -1,5 +1,5 @@
1
-#ifndef CAL_DM_PSI_H
2
-#define CAL_DM_PSI_H
+#ifndef CAL_EDM_TDDFT_H
+#define CAL_EDM_TDDFT_H
3
4
#include "module_basis/module_ao/parallel_orbitals.h"
5
#include "module_cell/klist.h"
@@ -13,4 +13,4 @@ void cal_edm_tddft(Parallel_Orbitals& pv,
13
K_Vectors& kv,
14
hamilt::Hamilt<std::complex<double>>* p_hamilt);
15
} // namespace elecstate
16
-#endif
+#endif // CAL_EDM_TDDFT_H
0 commit comments