3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 19:53:45 +01:00
dft_tools/pytriqs/gf/local
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
..
__init__.py gf : new wrapper 2014-05-11 21:47:52 +02:00
_gf_common.py gf : new wrapper 2014-05-11 21:47:52 +02:00
_gf_imfreq.py gf : new wrapper 2014-05-11 21:47:52 +02:00
_gf_imtime.py gf : new wrapper 2014-05-11 21:47:52 +02:00
_gf_legendre.py forgot one file 2014-05-22 21:08:08 +02:00
_gf_plot.py gf : new wrapper 2014-05-11 21:47:52 +02:00
_gf_refreq.py gf : new wrapper 2014-05-11 21:47:52 +02:00
_gf_retime.py gf : new wrapper 2014-05-11 21:47:52 +02:00
block_gf.py gf : new wrapper 2014-05-11 21:47:52 +02:00
CMakeLists.txt lattice : python wrapper 2014-05-29 22:25:22 +02:00
descriptor_base.py gf : new wrapper 2014-05-11 21:47:52 +02:00
descriptors.py gf : new wrapper 2014-05-11 21:47:52 +02:00
gf_desc.py wrapper: add use_module 2014-05-30 19:34:13 +02:00
inverse.py First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
lazy_expressions.py First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
tools.py gf : new wrapper 2014-05-11 21:47:52 +02:00