spin-sim 0.2.0

Ising model Monte Carlo: Metropolis, Gibbs, Wolff, Swendsen-Wang, parallel tempering, Houdayer ICM
Documentation
1
2
3
4
5
pub mod lattice;
pub mod offsets;

pub use lattice::Lattice;
pub use offsets::{hypercubic, triangular};