3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-12 05:58:18 +01:00
dft_tools/triqs
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 update for xcode 5.1.1 2014-06-11 16:23:48 +02:00
det_manip Work on compilation speed. 2014-05-02 20:49:19 +02:00
gfs hdf5 : clean up 2014-06-22 13:57:47 +02:00
h5 hdf5 : clean up 2014-06-22 13:57:47 +02:00
lattice wrapper : remove the need of default constructor 2014-05-30 19:34:13 +02:00
mc_tools Change implementation of random_generator & python wrapper. 2014-05-29 22:25:22 +02:00
operators Add many_body_operator header in triqs 2014-05-22 23:58:07 +02:00
parameters fixes in wrap_generator, parameters, h5 for strings 2014-05-30 14:16:15 +02:00
python_tools hdf5 : clean up 2014-06-22 13:57:47 +02:00
statistics statistics : fix get_value_type detection 2014-04-17 13:48:54 +02:00
utility hdf5 : clean up 2014-06-22 13:57:47 +02:00
arrays.hpp arrays : rm linalg/determinant and inverse (links) 2013-08-27 13:43:57 +02:00
clef.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt Fix compilation of py_converter. 2014-05-20 22:24:30 +02:00
det_manip.hpp add header helper files 2013-11-18 23:41:32 +01:00
gfs.hpp gf. Clean Fourier 2013-10-23 18:46:55 +02:00
h5.hpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
mc_tools.hpp add header helper files 2013-11-18 23:41:32 +01:00
parameters.hpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
statistics.hpp Statistical tools documentation. 2014-04-17 13:39:51 +02:00
version.hpp.in Work on documentation 2013-09-17 14:55:55 +02:00