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

triqs3 bugfix in doc

Brackets for print-statement were missing
This commit is contained in:
Hermann Schnait 2021-01-14 10:41:10 +01:00 committed by Alexander Hampel
parent e33eec8c7e
commit c02a8585a5

View File

@ -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,ish=0) # symmetrizing Sigma
SK.set_Sigma([ S.Sigma_iw ]) # put Sigma into the SumK class