Skip to content

Commit

Permalink
Fix: timer error of Veff::contributeHR in gamma_only calculation (#3799)
Browse files Browse the repository at this point in the history
Co-authored-by: dyzheng <zhengdy@bjaisi.com>
Co-authored-by: wqzhou <33364058+WHUweiqingzhou@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 26, 2024
1 parent 9f565d8 commit 056911e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void Veff<OperatorLCAO<double, double>>::contributeHR()
this->GG->transfer_pvpR(this->hR);

this->new_e_iteration = false;
ModuleBase::timer::tick("Veff", "contributeHR");
}

}

0 comments on commit 056911e

Please sign in to comment.