Skip to main content

All Questions

2 votes
0 answers
211 views

Simulation time for Ising model of large systems

I have tried to run simulation for Ising model of large-size square lattices at the critical point. Mostly I use Python optimized with numba decorator for $L=256$ it takes approx 2.5 min with ...
Alireza Valizadeh's user avatar
7 votes
1 answer
2k views

Critical temperature and lattice size with the Wolff algorithm for 2d Ising model

When I run my implementation of the Wolff algorithm on the square Ising model at the theoretical critical temperature I get subcritical behaviour. The lattice primarily just oscillates between mostly ...
Daniel Mahler's user avatar