3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 05:43:40 +01:00
dft_tools/triqs
Olivier Parcollet af084f5d59 parameters & wrapper
- new parameter class :
  parameters are viewed as form, built in C++, and filled in C++/python.
  Each field of the form as a precise C++ type (erased using standard techniques).
  First tests ok, to be reread/checked.

  TODO : serialization is commented. Lead to long compilation time & large code
  due to boost::serialization. Use h5 when possible.

- wrapper :
  - separated the converters of the wrapped type in the TRIQS library
  - necessary for parameters (it used outside an .so) and potentially
    other codes, outside an .so module
2014-05-19 15:19:18 +02:00
..
arrays Cleaning h5 interface 2014-05-11 21:47:52 +02:00
clef clef: correct TRIQS_CLEF_IMPLEMENT_LAZY_METHOD 2014-04-25 16:06:44 +02:00
det_manip Work on compilation speed. 2014-05-02 20:49:19 +02:00
gfs minor correction for linux 2014-05-11 21:57:18 +02:00
h5 Cleaning h5 interface 2014-05-11 21:47:52 +02:00
lattice Fixed abs bug in bravais_lattice + added method 2014-05-08 12:09:58 +01:00
mc_tools clef: fix lazy method call for gcc 2014-04-06 13:01:17 +02:00
parameters parameters & wrapper 2014-05-19 15:19:18 +02:00
python_tools parameters & wrapper 2014-05-19 15:19:18 +02:00
statistics statistics : fix get_value_type detection 2014-04-17 13:48:54 +02:00
utility Fix #74. Correction of previous commit for gcc 4.8.1 2014-05-05 18:29:52 +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 parameters & wrapper 2014-05-19 15:19:18 +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 Work on compilation speed. 2014-05-02 20:49:19 +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