triqs.gfs.descriptor_base.Function.__call__

Function.__call__(G)[source]

Fill G.data with function evaluated at every mesh point.

Parameters:
GGf

Target Green’s function (modified in place).

Returns:
Gf

G.

Raises:
RuntimeError

If the stored function is not callable, or raises while being evaluated.