Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jul 14, 2024
1 parent 0157e89 commit 9730491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/smearing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ occupation_from_mvector_newton(double T,
} catch (failed_to_converge&) {
Logger::GetInstance()
<< "Warning: newton minimization for Fermi energy failed, fallback to bisection search.\n";
// TODO print a warning that fallback to bisection search was used
mu = find_chemical_potential(
[&x = x_all, &wk = wk_all, &Ne = Ne, T = T, occ = occ](double mu) {
double sum = 0;
Expand Down

0 comments on commit 9730491

Please sign in to comment.