3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/doc/reference/c++
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
..
arrays hdf5 : clean up 2014-06-22 13:57:47 +02:00
clef doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
det_manip doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
gf hdf5 : clean up 2014-06-22 13:57:47 +02:00
mctools doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
parameters doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
statistics doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
using_the_lib doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
utilities tuple tools : simplify 2014-06-21 21:11:33 +02:00
CMakeLists.txt doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
contents.rst Statistical tools documentation. 2014-04-17 13:39:51 +02:00
conventions.rst Iteration over the doc 2013-12-31 14:22:00 +01:00