1 unstable release

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

#284 in Simulation

Download history 26/week @ 2024-02-23 16/week @ 2024-03-01 40/week @ 2024-03-29 12/week @ 2024-04-05

52 downloads per month
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

~425–660KB
~12K SLoC