3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/pytriqs
Olivier Parcollet 243d4a798b wrapper: add use_module
- a module can use the converters used by another
  with the use_module('A') command.
  In which case :
    - the generate converter header for A will be included.
    - the header, at the top, now contains a simple list of all
      wrapped types, which is then included in the wrapped_types
      of the module for proper code generation.
- simplify the code generation : just generate_code.
- all arguments are analyzed from sys.argv at the import of the
  wrap_generator module. In any case, the xx_desc.py will be called from the corresponding
  cmake command, hence with the right arguments.
- Added a dependencies in my_module_B of wrap_test to show how to make
  the dependencies in the cmake file, if needed.
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: add use_module 2014-05-30 19:34:13 +02:00
lattice wrapper: add use_module 2014-05-30 19:34:13 +02:00
operators wrapper: add use_module 2014-05-30 19:34:13 +02:00
parameters wrapper: add use_module 2014-05-30 19:34:13 +02:00
plot First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
random_generator wrapper: add use_module 2014-05-30 19:34:13 +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: add use_module 2014-05-30 19:34:13 +02:00
wrap_test wrapper: add use_module 2014-05-30 19:34:13 +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