Skip to main content

All Questions

1 vote
0 answers
745 views

Using MATLAB to simulate the Ising Model [closed]

I am using MATLAB to simulate a 1D Ising Chain. I am running into an issue where when trying to find heat capacity, my system has a tremendous amount of noise. I'll post my code and an image of the ...
MurderOfCrows's user avatar
0 votes
1 answer
240 views

Weird results of Monte Carlo simulation

I'm simulating the 3D Ising Model using the Wolff update algorithm. I am using the Mersenne Twister RNG. When the lattice size is $L = 50$, the specific heat curve looks very weird!! I want to ...
mehrdad's user avatar
  • 55