ising 0.2.2

Ising simulation and algorithms
Documentation
1
2
3
4
5
6
7
8
9
# Ising

[documentation](https://docs.rs/ising/latest/ising/)

This library contains the logic for the simulation and algorithms used by [`ising-gui`](https://crates.io/crates/ising-gui) and can be used independently of the GUI.

The (unpublished) crate [`analysis`](https://codeberg.org/mo8it/ising-gui/src/branch/main/crates/analysis) is an example of how to use this library.

The Wolff and Metropolis algorithms are builtin, but you can also implement and use your own algorithm by implementing a trait.