|
1 | 1 | #include "esolver_ks_pw.h" |
2 | 2 |
|
3 | | -#include <iostream> |
4 | | - |
5 | | -//--------------temporary---------------------------- |
6 | | -#include "module_elecstate/cal_ux.h" |
7 | | -#include "module_elecstate/module_charge/symmetry_rho.h" |
8 | | -#include "module_elecstate/occupy.h" |
9 | | -#include "module_hamilt_pw/hamilt_pwdft/forces.h" |
10 | | -#include "module_hamilt_pw/hamilt_pwdft/global.h" |
11 | | -#include "module_hamilt_pw/hamilt_pwdft/stress_pw.h" |
12 | | -#include "module_io/print_info.h" |
13 | | -//--------------------------------------------------- |
14 | 3 | #include "module_base/formatter.h" |
15 | 4 | #include "module_base/global_variable.h" |
16 | 5 | #include "module_base/kernels/math_kernel_op.h" |
17 | 6 | #include "module_base/memory.h" |
18 | | -#include "module_base/module_device/device.h" |
| 7 | +#include "module_elecstate/cal_ux.h" |
19 | 8 | #include "module_elecstate/elecstate_pw.h" |
20 | 9 | #include "module_elecstate/elecstate_pw_sdft.h" |
| 10 | +#include "module_elecstate/module_charge/symmetry_rho.h" |
| 11 | +#include "module_hamilt_general/module_ewald/H_Ewald_pw.h" |
| 12 | +#include "module_hamilt_general/module_vdw/vdw.h" |
| 13 | +#include "module_hamilt_lcao/module_deltaspin/spin_constrain.h" |
| 14 | +#include "module_hamilt_lcao/module_dftu/dftu.h" |
21 | 15 | #include "module_hamilt_pw/hamilt_pwdft/elecond.h" |
| 16 | +#include "module_hamilt_pw/hamilt_pwdft/forces.h" |
22 | 17 | #include "module_hamilt_pw/hamilt_pwdft/hamilt_pw.h" |
| 18 | +#include "module_hamilt_pw/hamilt_pwdft/onsite_projector.h" |
| 19 | +#include "module_hamilt_pw/hamilt_pwdft/stress_pw.h" |
23 | 20 | #include "module_hsolver/diago_iter_assist.h" |
24 | 21 | #include "module_hsolver/hsolver_pw.h" |
25 | 22 | #include "module_hsolver/kernels/dngvd_op.h" |
26 | 23 | #include "module_io/berryphase.h" |
27 | | -#include "module_io/cube_io.h" |
28 | 24 | #include "module_io/get_pchg_pw.h" |
29 | | -#include "module_io/input_conv.h" |
30 | 25 | #include "module_io/nscf_band.h" |
31 | 26 | #include "module_io/numerical_basis.h" |
32 | 27 | #include "module_io/numerical_descriptor.h" |
33 | | -#include "module_io/output_log.h" |
34 | 28 | #include "module_io/to_wannier90_pw.h" |
35 | 29 | #include "module_io/winput.h" |
36 | 30 | #include "module_io/write_dos_pw.h" |
37 | | -#include "module_io/write_elecstat_pot.h" |
38 | 31 | #include "module_io/write_istate_info.h" |
39 | 32 | #include "module_io/write_wfc_pw.h" |
40 | 33 | #include "module_io/write_wfc_r.h" |
41 | 34 | #include "module_parameter/parameter.h" |
| 35 | + |
| 36 | +#include <iostream> |
42 | 37 | #ifdef USE_PAW |
43 | 38 | #include "module_cell/module_paw/paw_cell.h" |
44 | 39 | #endif |
|
53 | 48 | #include "module_base/kernels/dsp/dsp_connector.h" |
54 | 49 | #endif |
55 | 50 |
|
56 | | -#include "module_hamilt_lcao/module_deltaspin/spin_constrain.h" |
57 | | -#include "module_hamilt_lcao/module_dftu/dftu.h" |
58 | | -#include "module_hamilt_pw/hamilt_pwdft/onsite_projector.h" |
| 51 | + |
59 | 52 |
|
60 | 53 | namespace ModuleESolver |
61 | 54 | { |
|
0 commit comments