3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/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
..
domains Work on compilation speed. 2014-05-02 20:49:19 +02:00
local Remove Cython & prepare wrapper for applis. 2014-05-30 19:34:13 +02:00
meshes tuple tools : simplify 2014-06-21 21:11:33 +02:00
block.hpp gf_block converter 2014-05-21 23:01:52 +02:00
bz.hpp Correction: left some C++14 used in debug... 2014-02-26 17:49:44 +01:00
CMakeLists.txt [API BREAK] rename directory gf -> gfs 2013-07-29 11:53:02 +02:00
curry.hpp Fix g(k,om) for tests 2014-02-26 16:24:51 +01:00
data_proxies.hpp implement gf_const_view 2013-10-21 15:12:53 +02:00
evaluators.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
gf_expr.hpp [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
gf.hpp gf: inverse for gf_view and gf 2014-06-13 17:58:05 +02:00
imfreq.hpp gf : imfreq : clean evaluator on int 2014-03-04 22:11:36 +01:00
imtime.hpp Fixed antiperiodicity property of imtime 2014-01-20 17:54:33 +01:00
legendre.hpp [API change] gf : factories -> constructors 2013-10-21 15:11:44 +02:00
product.hpp tuple tools : simplify 2014-06-21 21:11:33 +02:00
refreq.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
retime.hpp work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
tools.hpp hdf5 : clean up 2014-06-22 13:57:47 +02:00