Skip to content
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

Open
maxscheurer opened this issue Dec 16, 2021 · 8 comments
Open

Eigensolvers for non-symmetric matrices #135

maxscheurer opened this issue Dec 16, 2021 · 8 comments
Labels
feature New feature or request

Comments

@maxscheurer
Copy link
Member

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.).

@maxscheurer maxscheurer added the feature New feature or request label Dec 16, 2021
@mfherbst
Copy link
Member

How close to needing this are you @maxscheurer?

@maxscheurer
Copy link
Member Author

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 😄

@mfherbst
Copy link
Member

Agree. Thanks, than I'll review that next (sorry about the delays).

@maxscheurer
Copy link
Member Author

(sorry about the delays).

No worries at all 👍

@obackhouse
Copy link

obackhouse commented Feb 26, 2022

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 smile

I actually implemented a pretty simply CCSD solver in my adcc fork here, I wanted to implement EOM-CCSD (for fun) but only realised adcc didn't have non-Hermitian solvers after I'd implemented the ground state 😅

@maxscheurer
Copy link
Member Author

Nice! I have autogenerated code for CC2-LR and EOM-CC, too... also just for fun 😬😂

@mfherbst
Copy link
Member

mfherbst commented Mar 2, 2022

sounds like we should throw stuff together and get CC working in adcc ;)

@mfherbst
Copy link
Member

mfherbst commented Mar 2, 2022

I mean the first attempt does not need to be "good".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants