Skip to content

Commit 7649263

Browse files
committed
merge to the latest aABACUS
1 parent ed133cb commit 7649263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_rdmft/rdmft.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ void RDMFT<TK, TR>::init(Gint_Gamma& GG_in, Gint_k& GK_in, Parallel_Orbitals& Pa
9898
// else nk_total = kv->nks;
9999

100100
nk_total = ModuleSymmetry::Symmetry::symm_flag == -1 ? kv->nkstot_full: kv->nks;
101-
// nbands_total = PARAM.inp.nbands;
102-
nbands_total = GlobalV::NBANDS;
101+
nbands_total = PARAM.inp.nbands;
102+
// nbands_total = GlobalV::NBANDS;
103103
nspin = PARAM.inp.nspin;
104104
only_exx_type = ( XC_func_rdmft == "hf" || XC_func_rdmft == "muller" || XC_func_rdmft == "power" );
105105

0 commit comments

Comments
 (0)