Skip to content

Commit 9d5b757

Browse files
committed
fix compile
1 parent f87ee41 commit 9d5b757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_lcao/module_ri/RPA_LRI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ void RPA_LRI<T, Tdata>::out_coulomb_k(const UnitCell &ucell)
330330
for (int I = 0; I != ucell.nat; I++)
331331
{
332332
mu_shift[I] = all_mu;
333-
all_mu += exx_lri_rpa.cv.get_index_abfs_size(ucell.iat2it[I]);
333+
all_mu += exx_lri_rpa.exx_objs[Conv_Coulomb_Pot_K::Coulomb_Method::Center2].cv.get_index_abfs_size(ucell.iat2it[I]);
334334
}
335335
const int nks_tot = PARAM.inp.nspin == 2 ? (int)p_kv->get_nks() / 2 : p_kv->get_nks();
336336
std::stringstream ss;

0 commit comments

Comments
 (0)