1 unstable release

0.2.3 Jun 29, 2023
0.2.2 Jun 29, 2023
0.2.1 Jun 29, 2023

#9 in #builtin


Used in ising_gui

AGPL-3.0

27KB
332 lines

Ising

documentation

This library contains the logic for the simulation and algorithms used by ising_gui and can be used independently of the GUI.

The (unpublished) crate 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.

Dependencies

~1.4–2.2MB
~39K SLoC