triqs.gfs.backwd_compat.gf_refreq.GfReFreq

class triqs.gfs.backwd_compat.gf_refreq.GfReFreq(**kw)[source]

Bases: Gf

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

Use Gf(mesh=MeshReFreq(...), target_shape=...) instead. Constructing a GfReFreq emits a FutureWarning.

Parameters:
meshMeshReFreq, 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

(omega_min, omega_max) for the implicit mesh.

n_pointsint, optional

Number of frequency points. Default 10000.

is_realbool, optional

Allocate real-valued storage.

namestr, optional

Plot label.