WillPugs / stat-mech-monte-carlo

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

Metropolis Rule #4

Closed WillPugs closed 3 years ago

WillPugs commented 3 years ago

Implement the Metropolis rule and include the option to use this rule in the simulations.

WillPugs commented 3 years ago

Metropolis rule has been implemented, to alternate between this and the Glauber rule use the rule input parameter when using the flip functions.