Slower Orbitals localization #3071
Unanswered
Shahxad-Akram
asked this question in
Q&A
Replies: 1 comment
-
|
Psi4 uses a different algorithm than PySCF; it does Jacobi rotations while PySCF has a second-order algorithm. On a related issue, we documented some poor convergence behavior i.e. convergence onto saddle points of the PySCF orbital optimizer in our recent work in arXiv:2509.13931, I think @jonas-greiner is going to follow up on a pull request for a new PySCF feature for stable optimization... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to obtain localized orbitals, and the algorithm seems a bit slower. I tested via the following code snippet:
I tried the same with Psi4 and that's much faster. Am I missing something?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions