@@ -472,13 +472,13 @@ void Stochastic_Iter<T, Device>::calHsqrtchi(Stochastic_WF<T, Device>& stowf)
472472}
473473
474474template <typename T, typename Device>
475- void Stochastic_Iter<T, Device>::sum_stoband (Stochastic_WF<T, Device>& stowf,
475+ void Stochastic_Iter<T, Device>::sum_stoeband (Stochastic_WF<T, Device>& stowf,
476476 elecstate::ElecStatePW<T, Device>* pes,
477477 hamilt::Hamilt<T, Device>* pHamilt,
478478 ModulePW::PW_Basis_K* wfc_basis)
479479{
480- ModuleBase::TITLE (" Stochastic_Iter" , " sum_stoband " );
481- ModuleBase::timer::tick (" Stochastic_Iter" , " sum_stoband " );
480+ ModuleBase::TITLE (" Stochastic_Iter" , " sum_stoeband " );
481+ ModuleBase::timer::tick (" Stochastic_Iter" , " sum_stoeband " );
482482 const int npwx = wfc_basis->npwk_max ;
483483 const int norder = p_che->norder ;
484484
@@ -556,7 +556,7 @@ void Stochastic_Iter<T, Device>::sum_stoband(Stochastic_WF<T, Device>& stowf,
556556 MPI_Allreduce (MPI_IN_PLACE, &sto_eband, 1 , MPI_DOUBLE, MPI_SUM, MPI_COMM_WORLD);
557557#endif
558558 pes->f_en .eband += sto_eband;
559- ModuleBase::timer::tick (" Stochastic_Iter" , " sum_stoband " );
559+ ModuleBase::timer::tick (" Stochastic_Iter" , " sum_stoeband " );
560560}
561561
562562template <typename T, typename Device>
0 commit comments