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.
2 parents be6c846 + 37cb91c commit c525e72Copy full SHA for c525e72
source/src_lcao/DM_gamma.cpp
@@ -267,10 +267,7 @@ void Local_Orbital_Charge::allocate_gamma(const Grid_Technique >)
267
setAlltoallvParameter(GlobalC::ParaO.comm_2D, GlobalC::ParaO.blacs_ctxt, GlobalC::ParaO.nb);
268
269
// Peize Lin test 2019-01-16
270
- if (GlobalV::KS_SOLVER=="genelpa") //LiuXh add 2021-09-06, clear memory, _2d only used in genelpa solver
271
- {
272
- wfc_dm_2d.init();
273
- }
+ wfc_dm_2d.init();
274
275
if(GlobalC::wf.start_wfc=="file")
276
{
0 commit comments