3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-22 05:02:20 +02:00

Remove wrong save_Gf in doc

This commit is contained in:
Michel Ferrero 2014-06-02 11:07:50 +02:00
parent 931678f1e7
commit bc2f470d21

View File

@ -138,7 +138,7 @@ previous section, with some additional refinement::
ar['Sigma'] = S.Sigma
ar['GF'] = S.G
del ar
save_Gf(S.Sigma,'Sigma')
# Now set new double counting:
dm = S.G.density()
SK.set_dc( dm, U_interact = U, J_hund = J, orb = 0, use_dc_formula = dc_type)