psi4 / psi4numpy

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

Fixing several errors in the EOM-CCSD code in Psi4NumPy. #138

Closed lothian closed 9 months ago

lothian commented 9 months ago

Description

The EOM-CCSD code has a few errors that yield poor convergence of the Davidson algorithm. This PR corrects those and improves the convergence from 70 iterations to 12-14 even with an order of magnitude tighter criterion in the excitation energies.

Status