coniii.ising package
Convenience helpers for Ising-model simulation (distinct from the
inverse-Ising solvers in coniii.solvers).
Submodules
Module contents
Convenience helpers for Ising-model simulation.
This subpackage collects higher-level utilities specific to Ising
simulation (as opposed to the inverse-Ising inference machinery in
the top-level coniii.solvers). It is kept separate so that the
maximum-entropy solver code stays independent of any particular
lattice or graph structure.
Modules
coniii.ising.utilsGeneral-purpose helpers including the convenience
Isingclass. Re-exported here via wildcard import so thatfrom coniii.ising import Isingworks.coniii.ising.automaton2D periodic-lattice ferromagnetic Ising simulator with quenched disorder. Import
Ising2Ddirectly:from coniii.ising.automaton import Ising2D.