WillPugs / stat-mech-monte-carlo

Computer simulation of the Ising model.
0 stars 0 forks source link

Correlations #1

Open WillPugs opened 3 years ago

WillPugs commented 3 years ago

Correlations between spins in the 1D H=/=0 case are not what we would expect, there is too little correlation.

WillPugs commented 3 years ago

After implementing the newer algorithm we still have the same issue except that there is now a little more correlation at certain random temperatures.

WillPugs commented 3 years ago

Maybe we should put an upper limit on the range of correlations because after the halfway point from r=0 to r=length of strip we are calculating the correlation function at a value that we have already calculated due to the periodic nature of the boundary conditions.

WillPugs commented 3 years ago

After implementing non-sequential iteration the simulated correlations more closely match the expectation values. However, the issue with the range of correlations still persists.

WillPugs commented 3 years ago

Fixed the issue pertaining to the range of correlations.