3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/test/triqs/gfs
Olivier Parcollet 4af1afbdaf hdf5 : clean up
- For users : only change is :
   H5::H5File in apps. to be replaced by triqs::h5::file, same API.

- using only the C API because :
   - it is cleaner, better documented, more examples.
   - it is the native hdf5 interface.
   - simplify the installation e.g. on mac. Indeed, hdf5 is
     usually installed without C++ interface, which is optional.
     E.g. EPD et al., brew by default.
     Also the infamous mpi+ hdf5_cpp bug, for which we have no clean solution.

- clean the notion of parent of a group. Not needed, better iterate function in C LT API.
- modified doc : no need for C++ bindings any more.
- modified cmake to avoid requiring CPP bindings.
2014-06-22 13:57:47 +02:00
..
array_gf.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
block.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
block.output gf/clef. Bug fix, and added scalar->matrix reinterpret for blocks 2013-10-31 14:41:48 +01:00
CMakeLists.txt mv test gf -> gfs 2013-09-06 17:51:51 +02:00
curry1.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
curry_and_fourier.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
fourier1.cpp remove warnings in compilation 2014-01-30 22:17:28 +01:00
g_k_om2.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
g_k_om.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
gf_2times.cpp remove warnings in compilation 2014-01-30 22:17:28 +01:00
gf_mul.cpp [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
gf_notail.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
gf_notail.output Made test gf_notail clearer. 2014-02-18 17:15:55 +01:00
gf_positive_and_negative_matsubara.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
gf_positive_and_negative_matsubara.output Made test gf_notail clearer. 2014-02-18 17:15:55 +01:00
gf_retw.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
gf_scalar.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
gf.output mv test gf -> gfs 2013-09-06 17:51:51 +02:00
gfv2.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
gfv2.output Made test gf_notail clearer. 2014-02-18 17:15:55 +01:00
mpi_red.cpp Work on compilation speed. 2014-05-02 20:49:19 +02:00
ser.cpp [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
test_fit_tail.cpp gf : corrections 2014-02-18 19:25:29 +01:00
test_fit_tail.output Attempt to fix gelss call in fit_tail. 2014-03-19 14:01:26 +01:00
test_fourier_matsubara.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
test_fourier_matsubara.ipynb Work on gf 2013-09-09 15:41:46 +02:00
test_fourier_real_time.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
test_fourier_real_time.ipynb mv test gf -> gfs 2013-09-06 17:51:51 +02:00
test_gf_triqs.cpp Fixed abs bug in bravais_lattice + added method 2014-05-08 12:09:58 +01:00
vector_expr_temp.cpp mv test gf -> gfs 2013-09-06 17:51:51 +02:00
vertex.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
wrap_tech.cpp mv test gf -> gfs 2013-09-06 17:51:51 +02:00
wrap_tech.output mv test gf -> gfs 2013-09-06 17:51:51 +02:00