triqs.gfs.backwd_compat.gf_imtime.GfImTime.copy_from
- GfImTime.copy_from(another)
In-place copy from
anotherintoself.- 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.