triqs_dft_tools.block_structure.BlockStructure.gf_struct_solver_list
- property BlockStructure.gf_struct_solver_list
The structure of the solver Green’s function
This is returned as a list (for each shell) of lists (for each block) of tuples (block_name, block_dimension).
That is,
gf_struct_solver_list[ish][b][0]is the name of the block numberbof shellish, andgf_struct_solver_list[ish][b][1]is the dimension of the blockb.The list for each shell is sorted alphabetically by block name.