GW improvements: Bethe-Salpeter equation#3228
Open
lijiachen417 wants to merge 2 commits into
Open
Conversation
* support both spin-restricted and spin-unrestricted * implementation for Davidson algorithm, full diagonalization and Lanczos algorithm * energy-specific BSE Co-authored-by: Tianyu Zhu <zhutianyu1991@gmail.com> Co-authored-by: Christopher Hillenbrand <chillenbrand15@gmail.com>
Collaborator
|
Is it possible to use the same Davidson solver as TDDFT, instead of adding a new one. |
Contributor
Author
In principle yes. But to integrate features such as selecting energy-specific excitations and restarting Davidson, we choose the current implementation. Another reason is that the Davidson algorithm and the Lanczos algorithm in BSE share some function. |
jeanwsr
reviewed
Jun 2, 2026
sunqm
approved these changes
Jun 14, 2026
sunqm
reviewed
Jun 14, 2026
* save BSE eigenvalues and eigenvectors in the object * fix dimension errors in pre-conditioning step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the third of several updates to the GW/RPA code from the Zhu lab
This PR adds Bethe-Salpeter equation (BSE) to the molecule GW module.