|
1 | 1 | #include "esolver_sdft_pw.h" |
2 | 2 |
|
| 3 | +#include "module_base/global_variable.h" |
3 | 4 | #include "module_base/memory.h" |
4 | | -#include "module_base/timer.h" |
5 | | -#include "module_elecstate/elecstate_pw_sdft.h" |
| 5 | +#include "module_elecstate/module_charge/symmetry_rho.h" |
6 | 6 | #include "module_hamilt_pw/hamilt_stodft/sto_dos.h" |
7 | 7 | #include "module_hamilt_pw/hamilt_stodft/sto_elecond.h" |
| 8 | +#include "module_hamilt_pw/hamilt_stodft/sto_forces.h" |
| 9 | +#include "module_hamilt_pw/hamilt_stodft/sto_stress_pw.h" |
8 | 10 | #include "module_hsolver/diago_iter_assist.h" |
9 | | -#include "module_hsolver/hsolver_pw_sdft.h" |
10 | | -#include "module_io/cube_io.h" |
11 | | -#include "module_io/output_log.h" |
12 | 11 | #include "module_io/write_istate_info.h" |
13 | 12 | #include "module_parameter/parameter.h" |
14 | 13 |
|
15 | 14 | #include <algorithm> |
16 | 15 | #include <fstream> |
17 | 16 |
|
18 | | -//-------------------Temporary------------------ |
19 | | -#include "module_base/global_variable.h" |
20 | | -#include "module_elecstate/module_charge/symmetry_rho.h" |
21 | | -#include "module_hamilt_pw/hamilt_pwdft/global.h" |
22 | | -//---------------------------------------------- |
23 | | -//-----force------------------- |
24 | | -#include "module_hamilt_pw/hamilt_stodft/sto_forces.h" |
25 | | -//-----stress------------------ |
26 | | -#include "module_hamilt_pw/hamilt_stodft/sto_stress_pw.h" |
27 | | -//--------------------------------------------------- |
28 | | - |
29 | 17 | namespace ModuleESolver |
30 | 18 | { |
31 | 19 |
|
|
0 commit comments