triqs.gf.descriptor_base.Function

class triqs.gf.descriptor_base.Function(function)[source]

Stores a python function

If the Green’s function is defined on an array of points \(x_i\), then it will be initialized to \(F(x_i)\).

Methods

__init__(function)

param function:

the function \(\omega \rightarrow function(\omega)\)