triqs.gfs.backwd_compat.gf_retime.GfReTime.data

property GfReTime.data

Raw storage of the Green’s function.

The storage convention is

\[\texttt{data}[x_1, \ldots, x_r,\, n_1, \ldots, n_t] \;=\; G(x_1, \ldots, x_r)_{n_1, \ldots, n_t},\]

where \(x_i\) index the mesh and \(n_j\) index the target space.

Returns:
numpy.ndarray

Contiguous array of shape (*mesh_sizes, *target_shape), dtype complex128 by default or float64 if the Gf was constructed with is_real=True.