Dear Mr. and Ms.,
I am trying to measure the autocorrelation functions of 2D ising model based on the equation given by
where A(t) denote a measure. I calculate a c(t) of magnetization. I calculated in this way
data_path = f"../../trajectory/data.txt"
data = np.loadtxt(data_path)...