forked from pyscf/pyscf
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PBC-TDDFT bugs and improve TDDFT eigenvalue solver (pyscf#2382)
* Add lr_eig solver for TDHF eigenvalues * Fix complex conjugation bug in lr_eig * Improve _lr_eig * Update PBC-tddft using lr_eig * Restore davidson_nosym solver in linalg_helper * Simplify linalg_helper implementation * Debug kshift for PBC-TDHF * Fix kshift issue in KTDHF; Improve lr_eig * Fix integration bugs in MGGA functional for pbc-dft * tdhf code cleanup * Add lr_eigh * Add symmetry-adapted diagonalization in lr_eig * Update tduhf and tduks * Update tdghf, tdgks, tddhf, tddks * Using lr_eigh in PBC-tdscf modules * Update tests * Update docstring and comments
- Loading branch information
Showing
43 changed files
with
1,874 additions
and
869 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.