triqs.gfs.gf.Gf.__mul__

Gf.__mul__(y)[source]

Multiplication self * y (alias for __matmul__()).

For matrix-valued Green’s functions this is the target-space matrix product evaluated pointwise on the mesh.

Parameters:
yGf, scalar or numpy.ndarray
Returns:
Gf