Skip to content

Commit 0b7d5f2

Browse files
committed
Fix: Compilation error in DeepKS unit tests after adding DFT-1/2
1 parent a671dcb commit 0b7d5f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/source_lcao/module_deepks/test/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ add_executable(
1818
../../../source_cell/read_pp_upf201.cpp
1919
../../../source_cell/read_pp_vwr.cpp
2020
../../../source_cell/read_pp_blps.cpp
21+
../../../source_cell/sep.cpp
22+
../../../source_cell/sep_cell.cpp
2123
../../../source_pw/module_pwdft/soc.cpp
2224
../../../source_io/output.cpp
2325
../../../source_io/sparse_matrix.cpp
@@ -27,8 +29,8 @@ add_executable(
2729
../../../source_estate/cal_nelec_nband.cpp
2830
../../../source_estate/module_dm/density_matrix.cpp
2931
../../../source_estate/module_dm/density_matrix_io.cpp
30-
../../../source_lcao/module_hcontainer/base_matrix.cpp
31-
../../../source_lcao/module_hcontainer/hcontainer.cpp
32+
../../../source_lcao/module_hcontainer/base_matrix.cpp
33+
../../../source_lcao/module_hcontainer/hcontainer.cpp
3234
../../../source_lcao/module_hcontainer/atom_pair.cpp
3335
../../../source_lcao/module_hcontainer/func_transfer.cpp
3436
../../../source_lcao/module_hcontainer/func_folding.cpp

0 commit comments

Comments
 (0)