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.
1 parent f87ee41 commit 9d5b757Copy full SHA for 9d5b757
source/source_lcao/module_ri/RPA_LRI.hpp
@@ -330,7 +330,7 @@ void RPA_LRI<T, Tdata>::out_coulomb_k(const UnitCell &ucell)
330
for (int I = 0; I != ucell.nat; I++)
331
{
332
mu_shift[I] = all_mu;
333
- all_mu += exx_lri_rpa.cv.get_index_abfs_size(ucell.iat2it[I]);
+ all_mu += exx_lri_rpa.exx_objs[Conv_Coulomb_Pot_K::Coulomb_Method::Center2].cv.get_index_abfs_size(ucell.iat2it[I]);
334
}
335
const int nks_tot = PARAM.inp.nspin == 2 ? (int)p_kv->get_nks() / 2 : p_kv->get_nks();
336
std::stringstream ss;
0 commit comments