2013-07-23 19:49:42 +02:00
|
|
|
# load triqs helper to set up tests
|
|
|
|
find_package(TriqsTest)
|
|
|
|
|
2015-12-09 15:35:51 +01:00
|
|
|
# Copy h5 files to binary dir
|
|
|
|
FILE(GLOB all_h5_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h5)
|
|
|
|
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/${all_h5_files} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
# Copy other files
|
2016-02-03 16:49:40 +01:00
|
|
|
FILE(COPY SrVO3.pmat SrVO3.struct SrVO3.outputs SrVO3.oubwin SrVO3.ctqmcout SrVO3.symqmc SrVO3.sympar SrVO3.parproj hk_convert_hamiltonian.hk LaVO3-Pnma_hr.dat LaVO3-Pnma.inp DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
2015-12-09 15:35:51 +01:00
|
|
|
|
|
|
|
triqs_add_python_test(wien2k_convert)
|
|
|
|
triqs_add_python_test(hk_convert)
|
2016-02-03 16:49:40 +01:00
|
|
|
triqs_add_python_test(w90_convert)
|
2015-12-09 15:35:51 +01:00
|
|
|
triqs_add_python_test(sumkdft_basic)
|
|
|
|
triqs_add_python_test(srvo3_Gloc)
|
|
|
|
triqs_add_python_test(srvo3_transp)
|
|
|
|
triqs_add_python_test(sigma_from_file)
|
2016-03-10 11:45:53 +01:00
|
|
|
|
|
|
|
add_subdirectory(plovasp)
|