@@ -27,24 +27,23 @@ list(APPEND FFT_SRC ../../../source_base/module_fft/fft_rocm.cpp)
2727endif ()
2828AddTest (
2929 TARGET MODULE_HAMILT_XCTest_GRADCORR
30- LIBS parameter MPI::MPI_CXX Libxc::xc ${math_libs} psi device container
31- SOURCES test_xc3.cpp ../xc_functional_gradcorr.cpp ../xc_functional_gga_noncol_sf_builtin.cpp ../xc_functional.cpp
32- ../xc_functional_wrapper_xc.cpp ../xc_functional_wrapper_gcxc.cpp
33- ../xc_functional_libxc.cpp
34- ../xc_functional_libxc_wrapper_xc.cpp
35- ../xc_functional_libxc_wrapper_gcxc.cpp
36- ../xc_functional_libxc_wrapper_tauxc.cpp
37- ../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp
38- ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
39- ../../../source_base/matrix.cpp
40- ../../../source_base/memory.cpp
41- ../../../source_base/timer.cpp
42- ../../../source_base/libm/branred.cpp
43- ../../../source_base/libm/sincos.cpp
44- ../../../source_base/module_external/blas_connector_base.cpp ../../../source_base/module_external/blas_connector_vector.cpp ../../../source_base/module_external/blas_connector_matrix.cpp
45- ../../../source_base/module_fft/fft_bundle.cpp
46- ../../../source_base/module_fft/fft_cpu.cpp
47- ${FFT_SRC}
30+ LIBS parameter MPI::MPI_CXX Libxc::xc psi device container
31+ SOURCES test_xc3.cpp ../xc_grad.cpp ../xc_functional.cpp
32+ ../xc_lda_wrap.cpp ../xc_gga_wrap.cpp
33+ ../libxc_setup.cpp
34+ ../libxc_lda_wrap.cpp
35+ ../libxc_gga_wrap.cpp
36+ ../libxc_mgga_wrap.cpp
37+ ../xc_gga_corr.cpp ../xc_lda_corr.cpp ../xc_gga_exch.cpp
38+ ../xc_lda_exch.cpp ../xc_hcth.cpp
39+ ../../../source_base/matrix.cpp
40+ ../../../source_base/memory_recorder.cpp
41+ ../../../source_base/libm/branred.cpp
42+ ../../../source_base/libm/sincos.cpp
43+ ../../../source_base/module_external/blas_connector_base.cpp ../../../source_base/module_external/blas_connector_vector.cpp ../../../source_base/module_external/blas_connector_matrix.cpp
44+ ../../../source_base/module_fft/fft_bundle.cpp
45+ ../../../source_base/module_fft/fft_cpu.cpp
46+ ${FFT_SRC}
4847)
4948
5049AddTest (
@@ -62,18 +61,18 @@ AddTest(
6261
6362AddTest (
6463 TARGET MODULE_HAMILT_XCTest_VXC
65- LIBS parameter MPI::MPI_CXX Libxc::xc ${math_libs} psi device container
66- SOURCES test_xc5.cpp ../xc_functional_gradcorr.cpp ../xc_functional_gga_noncol_sf_builtin .cpp ../xc_functional.cpp
67- ../xc_functional_wrapper_xc .cpp ../xc_functional_wrapper_gcxc .cpp
68- ../xc_functional_libxc .cpp
69- ../xc_functional_libxc_wrapper_xc .cpp
70- ../xc_functional_libxc_wrapper_gcxc .cpp
71- ../xc_functional_libxc_wrapper_tauxc .cpp
72- ../xc_funct_corr_gga .cpp ../xc_funct_corr_lda .cpp ../xc_funct_exch_gga .cpp
73- ../xc_funct_exch_lda .cpp ../xc_funct_hcth .cpp
74- ../xc_functional_vxc .cpp
75- ../xc_functional_libxc_vxc .cpp
76- ../xc_functional_libxc_tools .cpp
64+ LIBS parameter MPI::MPI_CXX Libxc::xc psi device container
65+ SOURCES test_xc5.cpp ../xc_grad .cpp ../xc_functional.cpp
66+ ../xc_lda_wrap .cpp ../xc_gga_wrap .cpp
67+ ../libxc_setup .cpp
68+ ../libxc_lda_wrap .cpp
69+ ../libxc_gga_wrap .cpp
70+ ../libxc_mgga_wrap .cpp
71+ ../xc_gga_corr .cpp ../xc_lda_corr .cpp ../xc_gga_exch .cpp
72+ ../xc_lda_exch .cpp ../xc_hcth .cpp
73+ ../xc_pot .cpp
74+ ../libxc_pot .cpp
75+ ../libxc_tools .cpp
7776 ../../../source_base/module_external/blas_connector_base.cpp ../../../source_base/module_external/blas_connector_vector.cpp ../../../source_base/module_external/blas_connector_matrix.cpp
7877 ../../../source_base/matrix.cpp
7978 ../../../source_base/memory_recorder.cpp
0 commit comments