File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -906,7 +906,7 @@ namespace ModuleESolver
906906 GlobalC::dmft.out_to_dmft (this ->LOWF , *this ->UHM .LM );
907907 }
908908
909- if (Pdiag_Double ::out_mat_hsR)
909+ if (hsolver::HSolverLCAO ::out_mat_hsR)
910910 {
911911 this ->output_HS_R (); // LiuXh add 2019-07-15
912912 }
Original file line number Diff line number Diff line change 77#include " ../src_parallel/parallel_reduce.h"
88#include " ../module_base/timer.h"
99
10+ // -----HSolver ElecState Hamilt--------
11+ #include " module_hsolver/hsolver_lcao.h"
12+
1013ELEC_evolve::ELEC_evolve () {};
1114ELEC_evolve::~ELEC_evolve () {};
1215
@@ -129,7 +132,7 @@ void ELEC_evolve::evolve_psi(
129132 } // end k
130133
131134 // LiuXh modify 2019-07-15*/
132- if (!Pdiag_Double ::out_mat_hsR)
135+ if (!hsolver::HSolverLCAO ::out_mat_hsR)
133136 {
134137 uhm.GK .destroy_pvpR ();
135138 }
You can’t perform that action at this time.
0 commit comments