mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Remove wrong save_Gf in doc
This commit is contained in:
parent
931678f1e7
commit
bc2f470d21
@ -138,7 +138,7 @@ previous section, with some additional refinement::
|
|||||||
ar['Sigma'] = S.Sigma
|
ar['Sigma'] = S.Sigma
|
||||||
ar['GF'] = S.G
|
ar['GF'] = S.G
|
||||||
del ar
|
del ar
|
||||||
save_Gf(S.Sigma,'Sigma')
|
|
||||||
# Now set new double counting:
|
# Now set new double counting:
|
||||||
dm = S.G.density()
|
dm = S.G.density()
|
||||||
SK.set_dc( dm, U_interact = U, J_hund = J, orb = 0, use_dc_formula = dc_type)
|
SK.set_dc( dm, U_interact = U, J_hund = J, orb = 0, use_dc_formula = dc_type)
|
||||||
|
Loading…
Reference in New Issue
Block a user