println(log_file,"Flowed correlator to t = ",params["Frontflow"]["t_zero"]," with last stepsize ",epslist[end-1])
flush(log_file)
end
fortstepin1:params["Frontflow"]["nsteps"]
...
...
@@ -124,12 +132,14 @@ function two_pt() # Will be Frontflow
end
"""
function one_pt()
function Backflow_pt()
Computes the correlation functions involving Backflow of fermionic fields.
Stores the one point function in the variable 'Quark_cond' and 'Quark_cond_cfl'. The final result for the quark condensate is 'Quark_cond' + C_fl*'Quark_cond_cfl'.
The two point function with source in possitive flow time is also stored in 'pp_corr_tfl' and 'ap_corr_tfl'
The two point function with source in possitive flow time is also stored in 'pp_corr_tfl' and 'ap_corr_tfl'. The correlation function 'ChiDchi' is also updated, as well as a second computation of the condensate.
"""
functionone_pt()# Will be backflow
functionBackflow_pt()# Will be backflow
@timeit"CPU to GPU"copyto!(U,U_CPU)
...
...
@@ -165,7 +175,7 @@ function one_pt() # Will be backflow