triqs.gfs.block_gf.BlockGf.copy_selected_blocks

BlockGf.copy_selected_blocks(selected_blocks)[source]

Return a new BlockGf containing deep copies of the named blocks.

Parameters:
selected_blockssequence of str

Block names to copy.

Returns:
BlockGf

New container with independent copies of the requested blocks.