WillPugs / stat-mech-monte-carlo

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

Sequential Iteration #9

Closed WillPugs closed 3 years ago

WillPugs commented 3 years ago

Sequential iteration through an Ising model grid may not satisfy detailed balance. A better implementation would be to test the flip at each spin site in a random order.

WillPugs commented 3 years ago

Testing the flip at each spin site randomly N times would count as one Monte Carlo cycle. N cycles would count as one simulation.