Skip to content

Commit

Permalink
Fix: delete the unexpected debug info during scf (#4936)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirk0830 authored Aug 9, 2024
1 parent 24e7ba6 commit 0b247f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/module_hsolver/hsolver_lcao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ void HSolverLCAO<T, Device>::solve(hamilt::Hamilt<T>* pHamilt,
pHamilt->updateHk(ik);

psi.fix_k(ik);
std::cout << pes->nelec_spin[0] << " " << pes->nelec_spin[1] << std::endl;

// solve eigenvector and eigenvalue for H(k)
this->hamiltSolvePsiK(pHamilt, psi, &(pes->ekb(ik, 0)));
Expand Down

0 comments on commit 0b247f3

Please sign in to comment.