-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eigensolvers for non-symmetric matrices #135
Comments
How close to needing this are you @maxscheurer? |
I don't really need it for anything urgent, moving the gradients forward seems more important right now. (EOM)-CC is more of a fun playground project 😄 |
Agree. Thanks, than I'll review that next (sorry about the delays). |
No worries at all 👍 |
I actually implemented a pretty simply CCSD solver in my |
Nice! I have autogenerated code for CC2-LR and EOM-CC, too... also just for fun 😬😂 |
sounds like we should throw stuff together and get CC working in adcc ;) |
I mean the first attempt does not need to be "good". |
According to @mfherbst, the current eigensolver implementations (Davidson, Lanczos) assume symmetric matrices, but they can be adapted to solve eigenvalue problems of non-symmetric matrices (required for EOM etc.).
The text was updated successfully, but these errors were encountered: