forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add a new Davidson iteration method called subspace davidson…
… for pw basis (#3903) * add new_dav method which is same to davidson method for pw basis * add new_dav method for pw basis which is more efficient than origin dav method * fix ilaenv interface bug * update new_dav method 3.5 * implement new_dav method for pw basis (cpu version, one core) * fix bug of dav method for pw basis * debug for new davidson method * opt some value setting for new_dav files * format and reorganize the code * fix CUDA compile bug * format diago_newdav.cpp * Implement multi-core parallelism of the new davidson method * fix build bug for without mpi * replace new-dav of subspace-dav * change file name from diago_newdav to diago_subspacedav * fix build bug for tests * change the name of subspacedav to dav_subspace * fix build bug in Integration Test --------- Co-authored-by: Mohan Chen <[email protected]>
- Loading branch information
Showing
19 changed files
with
2,269 additions
and
749 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
Oops, something went wrong.