Skip to content

Commit

Permalink
fix HexxR read-in dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Aug 30, 2024
1 parent a582874 commit c941b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ OperatorEXX<OperatorLCAO<TK, TR>>::OperatorEXX(HS_Matrix_K<TK>* hsk_in,

if (GlobalV::CALCULATION == "nscf" && GlobalC::exx_info.info_global.cal_exx)
{ // if nscf, read HexxR first and reallocate hR according to the read-in HexxR
const std::string file_name_exx = GlobalV::global_out_dir + "HexxR" + std::to_string(GlobalV::MY_RANK);
const std::string file_name_exx = GlobalV::global_readin_dir + "HexxR" + std::to_string(GlobalV::MY_RANK);
if (GlobalC::exx_info.info_ri.real_number)
{
ModuleIO::read_Hexxs_csr(file_name_exx, GlobalC::ucell, GlobalV::NSPIN, GlobalV::NLOCAL, *Hexxd);
Expand Down

0 comments on commit c941b22

Please sign in to comment.