triqs.gfs.backwd_compat.gf_legendre.GfLegendre.data
- property GfLegendre.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), dtypecomplex128by default orfloat64if the Gf was constructed withis_real=True.