3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/test/triqs/parameters
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
..
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
default.cpp parameters & wrapper 2014-05-19 15:19:18 +02:00
mpi_param.cpp parameters & wrapper 2014-05-19 15:19:18 +02:00
param2.cpp.no-built First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
param.cpp parameters & wrapper 2014-05-19 15:19:18 +02:00
simple_p.cpp parameters & wrapper 2014-05-19 15:19:18 +02:00