triqs.gfs.backwd_compat.gf_imtime.GfImTime
- class triqs.gfs.backwd_compat.gf_imtime.GfImTime(**kw)[source]
Bases:
GfDeprecated backward-compatibility alias for
Gfwith aMeshImTimemesh.Use
Gf(mesh=MeshImTime(...), target_shape=...)instead. Constructing aGfImTimeemits aFutureWarning.- Parameters:
- meshMeshImTime, optional
Mesh of the Green’s function. If omitted, built from
beta/n_points/statistic.- datanumpy.ndarray, optional
Storage of shape
(*mesh_sizes, *target_shape). Mutually exclusive withtarget_shape.- target_shapelist of int, optional
Shape of the target space. Mutually exclusive with
data.- betafloat, optional
Inverse temperature, used to build the mesh.
- n_pointsint, optional
Number of imaginary-time points. Default
10000.- statistic{‘Fermion’, ‘Boson’}, optional
Statistic for the implicit mesh. Default
'Fermion'.- is_realbool, optional
Allocate real-valued storage.
- namestr, optional
Plot label.