[−][src]Crate ising_lib
Everything you need to run Ising model simulation. Despite its
simplicity, the simulation allows us to observe an interesting
physical phenomenon - phase transition. ndarray's arrays
are used to store the spin lattice and perform computations. The lattice can
either be generated by rands RNG or be provided by the user.
Notes on consistency
Modules
| calculations | Utilities for calculations and measurements. |
| lattice | Stuff related to spin lattice. |
| prelude | Public exports. |