3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

Update docstring for extract_G_loc concering n_inequiv_shells and n_corr_shells

This commit is contained in:
Hermann Schnait 2022-03-01 09:31:01 +01:00
parent 3cd95dcd02
commit 64dd1cb167

View File

@ -729,8 +729,8 @@ class SumkDFT(object):
G_loc : list of BlockGf (Green's function) objects G_loc : list of BlockGf (Green's function) objects
List of the local Green's functions for all (inequivalent) correlated shells, List of the local Green's functions for all (inequivalent) correlated shells,
rotated into the corresponding local frames. rotated into the corresponding local frames.
If ``transform_to_solver_blocks`` is True, it will be one per correlated shell, else one per If ``transform_to_solver_blocks`` is True, it will be one per inequivalent correlated shell, else one per
inequivalent correlated shell. correlated shell.
""" """
if mu is None: if mu is None: