psi4 / psi4numpy

Combining Psi4 and Numpy for education and development.
BSD 3-Clause "New" or "Revised" License
330 stars 151 forks source link

Change Beginning of SCF Iterations Loop #109

Closed andyj10224 closed 3 years ago

andyj10224 commented 3 years ago

Description

The line if (scf_iter == MAXITER), on line 458, will never be reached in the UHF tutorial

Status