triqs.gfs.backwd_compat.gf_retime.GfReTime

class triqs.gfs.backwd_compat.gf_retime.GfReTime(**kw)[source]

Bases: Gf

Deprecated backward-compatibility alias for Gf with a MeshReTime mesh.

Use Gf(mesh=MeshReTime(...), target_shape=...) instead. Constructing a GfReTime emits a FutureWarning.

Parameters:
meshMeshReTime, optional

Mesh of the Green’s function. If omitted, built from window and n_points.

datanumpy.ndarray, optional

Storage of shape (*mesh_sizes, *target_shape). Mutually exclusive with target_shape.

target_shapelist of int, optional

Shape of the target space. Mutually exclusive with data.

windowtuple of float, optional

(t_min, t_max) for the implicit mesh.

n_pointsint, optional

Number of real-time points. Default 10000.

is_realbool, optional

Allocate real-valued storage.

namestr, optional

Plot label.