spin-sim 0.2.0

Ising model Monte Carlo: Metropolis, Gibbs, Wolff, Swendsen-Wang, parallel tempering, Houdayer ICM
Documentation
1
2
3
4
5
6
mod fk;
mod overlap;
mod utils;

pub use fk::fk_update;
pub use overlap::overlap_update;