triqs_dft_tools.sumk_dft_tools.SumkDFTTools.put_Sigma
- SumkDFTTools.put_Sigma(Sigma_imp, transform_to_sumk_blocks=True)
Insert the impurity self-energies into the sumk_dft class.
- Parameters:
- Sigma_implist of BlockGf (Green’s function) objects
List containing impurity self-energy for all (inequivalent) correlated shells. Self-energies for equivalent shells are then automatically set by this function. The self-energies can be of the real or imaginary-frequency type.
- transform_to_sumk_blocksbool, optional
If True (default), the input Sigma_imp will be transformed to the block structure
gf_struct_sumk
, else it has to be given ingf_struct_sumk
.