3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/test/pytriqs/base/CMakeLists.txt

26 lines
585 B
CMake
Raw Normal View History

# A sample test with text output
2014-06-06 10:44:50 +02:00
add_triqs_test_txt(test_example)
add_triqs_test_txt(operator_python_test)
# A sample test with hdf5 output
2014-06-06 10:44:50 +02:00
add_triqs_test_hdf(h5_example " -p 1.e-6")
# Some basic HDF IO stuff:
2014-06-06 10:44:50 +02:00
add_triqs_test_hdf(hdf5_io " -p 1.e-6")
# Greens functions:
2014-06-06 10:44:50 +02:00
add_triqs_test_hdf(gf_init " -d 1.e-6")
add_triqs_test_hdf(gf_base_op " -d 1.e-6")
# a simple dos on square lattice
2014-06-06 10:44:50 +02:00
add_triqs_test_hdf(dos " -d 1.e-6")
# Pade approximation
2014-06-06 10:44:50 +02:00
add_triqs_test_hdf(pade " -d 1.e-6")
# Bug fix #112
add_triqs_test_txt(gf_inplace_112)
# Bug fix #134
add_triqs_test_txt(gf_transpose)