ising 0.2.3

Ising simulation and algorithms
Documentation
  • Coverage
  • 73.33%
    22 out of 30 items documented7 out of 19 items with examples
  • Size
  • Source code size: 29.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mo8it

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.