triqs.gfs.backwd_compat.gf_retime.GfReTime.copy_from

GfReTime.copy_from(another)

In-place copy from another into self.

Parameters:
anotherGf

Source Green’s function. Must have an identical data shape; its mesh is copied into self.mesh.

Raises:
AssertionError

If self.data.shape != another.data.shape.