Skip to content

Commit

Permalink
Increase the number of SCF steps for the hybrid hydrogen local.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierandrade committed Nov 11, 2024
1 parent 9e70d9f commit da5a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hydrogen_local.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int main(int argc, char ** argv){
// B3LYP
{

auto result = inq::ground_state::calculate(ions, electrons, inq::options::theory{}.b3lyp(), inq::options::ground_state{}.energy_tolerance(1e-8_Ha));
auto result = inq::ground_state::calculate(ions, electrons, inq::options::theory{}.b3lyp(), inq::options::ground_state{}.energy_tolerance(1e-8_Ha).max_steps(300));

energy_match.check("total energy", result.energy.total(), -0.447429725736);
energy_match.check("kinetic energy", result.energy.kinetic(), 0.421657099440, 7.0e-5);
Expand Down

0 comments on commit da5a4d5

Please sign in to comment.