This library contains the logic for the simulation and algorithms and can be used independently of the GUI.
The local crate analysis
is one example of how to use this library.
The Wolff and Metropolis algorithms are builtin, but you can also implement and use your own algorithm with this library.
You can read the library documentation in the browser using the command cargo doc -p ising --open
.