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.utils

General-purpose helpers including the convenience Ising class. Re-exported here via wildcard import so that from coniii.ising import Ising works.

coniii.ising.automaton

2D periodic-lattice ferromagnetic Ising simulator with quenched disorder. Import Ising2D directly: from coniii.ising.automaton import Ising2D.