11#include " esolver_ks_lcao.h"
22
3+ #include " module_io/write_dos_lcao.h" // write DOS and PDOS
4+ #include " module_io/write_proj_band_lcao.h" // projcted band structure
5+
36#include " module_base/formatter.h"
47#include " module_base/global_variable.h"
58#include " module_base/tool_title.h"
69#include " module_elecstate/elecstate_tools.h"
10+
711#include " module_elecstate/module_dm/cal_dm_psi.h"
812#include " module_hamilt_lcao/module_deltaspin/spin_constrain.h"
913#include " module_hamilt_lcao/module_dftu/dftu.h"
3539#include " module_io/write_vxc.hpp"
3640#include " module_io/write_vxc_r.hpp"
3741
38- // --------------temporary----------------------------
3942#include " module_base/global_function.h"
4043#include " module_cell/module_neighbor/sltk_grid_driver.h"
4144#include " module_elecstate/cal_ux.h"
@@ -387,7 +390,6 @@ void ESolver_KS_LCAO<TK, TR>::cal_stress(UnitCell& ucell, ModuleBase::matrix& st
387390// ! mohan add 2024-05-11
388391// ------------------------------------------------------------------------------
389392
390- #include " module_io/write_dos_lcao.h" // write DOS and PDOS
391393
392394template <typename TK, typename TR>
393395void ESolver_KS_LCAO<TK, TR>::after_all_runners(UnitCell& ucell)
@@ -399,7 +401,7 @@ void ESolver_KS_LCAO<TK, TR>::after_all_runners(UnitCell& ucell)
399401
400402 const int nspin0 = (PARAM.inp .nspin == 2 ) ? 2 : 1 ;
401403
402- // 4) write projected band structure by jiyy-2022-4-20
404+ // 4) write projected band structure
403405 if (PARAM.inp .out_proj_band )
404406 {
405407 ModuleIO::write_proj_band_lcao (this ->psi , this ->pv , this ->pelec , this ->kv , ucell, this ->p_hamilt );
0 commit comments