3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-02 04:03:49 +01:00
dft_tools/doc/reference/c++/arrays
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
..
containers doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
examples_h5 Fix a bit the documentation 2013-08-02 10:14:33 +02:00
implementation_notes Work on doc 2013-08-30 12:59:47 +02:00
algebras_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
algebras_1.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
algebras.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
blas_lapack_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
blas_lapack.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
CMakeLists.txt doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
concepts_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
concepts.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
contents.rst doc: cookbooks from det_manip and arrays harmonized 2013-12-18 15:50:18 +01:00
debug_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
debug.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
FAQ.rst First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
foreach_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
foreach_1.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
foreach.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
group_indices.rst First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
h5_complex.rst First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
h5_proxy.rst work on doc 2013-08-27 13:43:58 +02:00
h5_rw_0.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
h5_rw.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
H5.rst Work on doc. 2013-11-18 23:41:32 +01:00
Interop_Python.rst Remove Cython & prepare wrapper for applis. 2014-05-30 19:34:13 +02:00
introduction.rst Remove Cython & prepare wrapper for applis. 2014-05-30 19:34:13 +02:00
IO_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
IO.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
lazy_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
lazy.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
map_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
map_1.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
map.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
multithreading.rst work on doc 2013-08-27 13:43:58 +02:00
play_with_concept_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
play_with_concept.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
shape_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
shape.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
simple_fnt_0.cpp doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
simple_fnt.rst doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
view_or_not_view.rst work on doc 2013-08-27 13:43:58 +02:00