3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/test/triqs
Olivier Parcollet 928ef222cc [API Change] parameters: required, optional
- now chain the required

- pdef.optional( "B", short(0), " short ")
  .optional( "C", 1u, " unsigned short ")
  .optional( "D", int(2), " int ")
  .optional( "E", 3u, " unsigned int ")
  .optional( "F", long(4), " long ")
2013-10-26 14:34:10 +02:00
..
arrays implement array_const_view 2013-10-21 15:12:53 +02:00
clef correction after compiling on linux gcc 4.8.1/ clang 3.3 2013-09-08 15:35:57 +02:00
clef_examples clef : new version using lvalues and moving rvalues 2013-09-08 15:04:12 +02:00
det_manip arrays: clean inverse 2013-10-17 00:32:09 +02:00
gfs gf: fix auto_assign for chained calls. 2013-10-26 13:49:24 +02:00
mc_tools test/triqs/mc_tools directory added, with an example of simple random walker 2013-09-09 15:41:46 +02:00
parameters [API Change] parameters: required, optional 2013-10-26 14:34:10 +02:00
utility clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00
CMakeLists.txt clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00