Skip to content

Commit 8ec123c

Browse files
authored
[Refactor] Complete rework of diago_lapack (#6843)
* Refactor diago_lapack.cpp * Totally refactor lapack sover * Remove changes on INPU * Clean code format * Add unit tiest for lapack solver * remove original diago_lapack_test and add lapack test to diago_lcao_test * Fix a problem * Fix Cmake error * Fix another cmake bug * Final fix cmake bug
1 parent 9fd83e5 commit 8ec123c

File tree

6 files changed

+304
-185
lines changed

6 files changed

+304
-185
lines changed

source/source_hsolver/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if(ENABLE_LCAO)
2121
hsolver_lcao.cpp
2222
diago_scalapack.cpp
2323
parallel_k2d.cpp
24+
diago_lapack.cpp
2425
)
2526
else ()
2627
list(APPEND objects

0 commit comments

Comments
 (0)