File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
module_hamilt_general/module_xc/test Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,12 @@ OBJS_XC=xc_functional.o\
454454 xc_functional_gradcorr.o\
455455 xc_functional_wrapper_xc.o\
456456 xc_functional_wrapper_gcxc.o\
457- xc_functional_wrapper_tauxc.o\
457+ xc_functional_libxc.o\
458+ xc_functional_libxc_tools.o\
459+ xc_functional_libxc_vxc.o\
460+ xc_functional_libxc_wrapper_xc.o\
461+ xc_functional_libxc_wrapper_gcxc.o\
462+ xc_functional_libxc_wrapper_tauxc.o\
458463 xc_funct_exch_lda.o\
459464 xc_funct_corr_lda.o\
460465 xc_funct_exch_gga.o\
Original file line number Diff line number Diff line change 44 TARGET XCTest_PBE
55 LIBS MPI::MPI_CXX Libxc::xc parameter # required by global.h; for details, `remove_definitions(-D__MPI)`.
66 SOURCES test_xc.cpp ../xc_functional.cpp ../xc_functional_wrapper_xc.cpp ../xc_functional_wrapper_gcxc.cpp ../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
7+ ../xc_functional_libxc_wrapper_gcxc.cpp ../xc_functional_libxc.cpp
78)
89
910AddTest(
@@ -17,6 +18,7 @@ AddTest(
1718 TARGET XCTest_PZ_SPN
1819 LIBS MPI::MPI_CXX Libxc::xc parameter # required by global.h; for details, `remove_definitions(-D__MPI)`.
1920 SOURCES test_xc2.cpp ../xc_functional.cpp ../xc_functional_wrapper_xc.cpp ../xc_functional_wrapper_gcxc.cpp ../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
21+ ../xc_functional_libxc_wrapper_gcxc.cpp ../xc_functional_libxc_wrapper_xc.cpp ../xc_functional_libxc.cpp
2022)
2123
2224
You can’t perform that action at this time.
0 commit comments