triqs.gfs.wrapped_aux

Internal C++ dispatchers backing Gf.

This package is an implementation detail of the Green’s function Python bindings — not part of the public API. It groups the CallProxy classes that implement Gf.__call__ (sharded by target rank to keep template-instantiation cost manageable) together with a few low-level helpers used internally by the pure-Python Gf class.

User code should access these features through Gf and the functions in triqs.gfs.gf_fnt / triqs.gfs.gf_factories.

Modules

wrapped_aux_other

Internal helpers used by the Gf Python class (_set_from_gf_data_mul_LR, _make_gf_from_real_gf).

wrapped_aux_target_rank_0

Internal CallProxy dispatchers that implement Gf.__call__ for target rank 0.

wrapped_aux_target_rank_1

Internal CallProxy dispatchers that implement Gf.__call__ for target rank 1.

wrapped_aux_target_rank_2

Internal CallProxy dispatchers that implement Gf.__call__ for target rank 2.

wrapped_aux_target_rank_3

Internal CallProxy dispatchers that implement Gf.__call__ for target rank 3.

wrapped_aux_target_rank_4

Internal CallProxy dispatchers that implement Gf.__call__ for target rank 4.