@@ -291,7 +291,7 @@ void HSolverPW<T, Device>::solve(hamilt::Hamilt<T, Device>* pHamilt,
291291 for (int i = 0 ; i < this ->wfc_basis ->nks ; ++i)
292292 {
293293 const int ik = use_k_continuity ? k_order[i] : i;
294- ModuleBase::timer::tick (" HsolverPW" , " k_point: " + std::to_string (ik));
294+ // ModuleBase::timer::tick("HsolverPW", "k_point: " + std::to_string(ik));
295295 // / update H(k) for each k point
296296 pHamilt->updateHk (ik);
297297
@@ -333,7 +333,7 @@ void HSolverPW<T, Device>::solve(hamilt::Hamilt<T, Device>* pHamilt,
333333 << " ; where current threshold is: " << this ->diag_thr << " . " << std::endl;
334334 DiagoIterAssist<T, Device>::avg_iter = 0.0 ;
335335 }
336- ModuleBase::timer::tick (" HsolverPW" , " k_point: " + std::to_string (ik));
336+ // ModuleBase::timer::tick("HsolverPW", "k_point: " + std::to_string(ik));
337337 // / calculate the contribution of Psi for charge density rho
338338 }
339339 count++;
@@ -737,7 +737,7 @@ void HSolverPW<T, Device>::build_k_neighbors() {
737737}
738738
739739template <typename T, typename Device>
740- void HSolverPW<T, Device>::propagate_psi(psi::Psi<T>& psi, const int from_ik, const int to_ik) {
740+ void HSolverPW<T, Device>::propagate_psi(psi::Psi<T, Device >& psi, const int from_ik, const int to_ik) {
741741 const int nbands = psi.get_nbands ();
742742 const int npwk = this ->wfc_basis ->npwk [to_ik];
743743
0 commit comments