We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0e7a02 + 5223952 commit c74d4c6Copy full SHA for c74d4c6
CMakeLists.txt
@@ -730,7 +730,8 @@ if(ENABLE_LCAO)
730
hcontainer
731
deltaspin
732
numerical_atomic_orbitals
733
- lr)
+ lr
734
+ rdmft)
735
if(USE_ELPA)
736
target_link_libraries(${ABACUS_BIN_NAME} genelpa)
737
endif()
source/CMakeLists.txt
@@ -50,11 +50,6 @@ list(APPEND device_srcs
50
module_hamilt_pw/hamilt_pwdft/kernels/vnl_op.cpp
51
module_base/kernels/math_op.cpp
52
module_hamilt_general/module_xc/kernels/xc_functional_op.cpp
53
-
54
- # add by jghan
55
- module_rdmft/rdmft_test.cpp
56
- module_rdmft/rdmft.cpp
57
- module_rdmft/rdmft_tools.cpp
58
)
59
60
if(USE_CUDA)
0 commit comments