ising

Crates.ioising
lib.rsising
version0.2.3
sourcesrc
created_at2023-06-29 19:11:01.135548
updated_at2023-06-29 20:01:10.325524
descriptionIsing simulation and algorithms
homepage
repositoryhttps://codeberg.org/mo8it/ising-gui
max_upload_size
id903590
size26,220
Mo (mo8it)

documentation

README

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.

Commit count: 0

cargo fmt