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'.
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'
"""
"""
function one_pt()
function one_pt()# Will be backflow
@timeit"CPU to GPU"copyto!(U,U_CPU)
@timeit"CPU to GPU"copyto!(U,U_CPU)
forflin1:length(flow_times)
forflin1:length(flow_times)
println(log_file,"Measuring 1pt at t = "*string(flow_times[fl])*"...")
println(log_file,"\nMeasuring 1pt at t = "*string(flow_times[fl])*"...")
flush(log_file)
flush(log_file)
fornoiin1:N_noise
fornoiin1:params["Backflow"]["N_noise"]
## The change in the field before randomize should be moved to the package
## The change in the field before randomize should be moved to the package