triqs.gfs.block_gf.BlockGf.copy

BlockGf.copy(*args)[source]

Return an independent deep copy of self (every block is copied).

Parameters:
*args

Forwarded to the per-block copy() method.

Returns:
BlockGf

Independent copy with freshly allocated blocks.