Skip to content

Commit

Permalink
Update docstring for extract_G_loc concering n_inequiv_shells and n_c…
Browse files Browse the repository at this point in the history
…orr_shells
  • Loading branch information
Hermann Schnait committed Mar 1, 2022
1 parent 3cd95dc commit 64dd1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/triqs_dft_tools/sumk_dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,8 @@ def extract_G_loc(self, mu=None, iw_or_w='iw', with_Sigma=True, with_dc=True, br
G_loc : list of BlockGf (Green's function) objects
List of the local Green's functions for all (inequivalent) correlated shells,
rotated into the corresponding local frames.
If ``transform_to_solver_blocks`` is True, it will be one per correlated shell, else one per
inequivalent correlated shell.
If ``transform_to_solver_blocks`` is True, it will be one per inequivalent correlated shell, else one per
correlated shell.
"""

if mu is None:
Expand Down

0 comments on commit 64dd1cb

Please sign in to comment.