3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/test/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 remove warnings in compilation 2014-01-30 22:17:28 +01:00
clef clef: fix lazy method call for gcc 2014-04-06 13:01:17 +02:00
clef_examples clef: first version of generic sum function 2014-04-04 17:47:21 +02:00
det_manip remove warnings in compilation 2014-01-30 22:17:28 +01:00
gfs Fixed abs bug in bravais_lattice + added method 2014-05-08 12:09:58 +01:00
mc_tools remove warnings in compilation 2014-01-30 22:17:28 +01:00
parameters parameters & wrapper 2014-05-19 15:19:18 +02:00
statistics correct include in ising2d test. 2014-04-25 16:07:32 +02:00
utility c14, tuples : various fixes. 2014-02-18 15:37:57 +01:00
CMakeLists.txt clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00