mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 12:23:41 +01:00
Merge pull request #158 from TRIQS/hschnait-patch-1
python3 bugfix in doc
This commit is contained in:
commit
5f658e93c3
@ -185,7 +185,7 @@ of the basic steps discussed in the :ref:`previous section <singleshot>`, with
|
||||
some additional refinements::
|
||||
|
||||
for iteration_number in range(1,loops+1):
|
||||
if mpi.is_master_node(): print "Iteration = ", iteration_number
|
||||
if mpi.is_master_node(): print("Iteration = ", iteration_number)
|
||||
|
||||
SK.symm_deg_gf(S.Sigma_iw,orb=0) # symmetrizing Sigma
|
||||
SK.set_Sigma([ S.Sigma_iw ]) # put Sigma into the SumK class
|
||||
|
Loading…
Reference in New Issue
Block a user