wolff-algorithm
There are 6 repositories under wolff-algorithm topic.
lorenzomancini1/IsingModel2D_MonteCarlo
Monte Carlo simulation of 2D Ising Model. Final project of the LoCP-A course during 2020/2021 at Unipd
annelien11/2D-spin-demo
A demo to simulate 2D spin lattices with different shapes, boundary conditions, models and algorithms
joaogci/wolff_q_potts
Wolff algorithm for the q Potts model.
mathisgerdes/IsingWolff.jl
Wolff algorithm for the Ising model in Julia
jkved/spin-models
Two most univesal spin models - Ising and voter - modelled with various algorithms in Python
OrHostezky/monte-carlo-methods-in-2D-spin-lattice
A highly modular simulation framework of Monte-Carlo methods, based on the Ising Model in a 2D spin lattice. Producing results for the macroscopic properties of the system via simulation and bootstrapping. A few commonly used algorithms are built-in. Model generalizations and additional algorithms can be implemented.