3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 05:43:40 +01:00
dft_tools/pytriqs
Olivier Parcollet 31927c9132 wrapper : remove the need of default constructor
- change the constructor wrapper.
- in the new method, leave the pointer _c to NULL.
- in the init, allocate it.
- It seems ok to leave the object in this non initialized state,
  but that is not so clear from the doc.
  Added check for this pointer == NULL in converters.
2014-05-30 19:34:13 +02:00
..
archive Fix missing cached key in archives 2013-12-23 13:15:27 +01:00
dos Iteration over the doc 2013-12-31 14:22:00 +01:00
fit First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gf wrapper : correct namespace in enum in converters 2014-05-30 14:16:15 +02:00
lattice lattice : python wrapper 2014-05-29 22:25:22 +02:00
operators Fix operator generator to have converter header 2014-05-24 01:00:16 +02:00
parameters Serialization boost/h5 and clean parameters 2014-05-21 14:35:26 +02:00
plot First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
random_generator Change implementation of random_generator & python wrapper. 2014-05-29 22:25:22 +02:00
sumk First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
utility pytriqs: add option to use mpi4py instead of boost.python.mpi 2013-12-30 22:32:09 +01:00
wrap_generator wrapper : remove the need of default constructor 2014-05-30 19:34:13 +02:00
wrap_test wrapper: add static methods 2014-05-30 13:03:51 +02:00
__init__.py Add new wrapper generator 2014-05-11 21:47:46 +02:00
__init__.py.template First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt Remove Cython & prepare wrapper for applis. 2014-05-30 19:34:13 +02:00
version.py.in Work on documentation 2013-09-17 14:55:55 +02:00