Package ising_animate

A Python Package to easily generate animations of the Ising Model using the Metropolis Algorithm, the most commonly used Markov Chain Monte Carlo method to calculate estimations for this system.

Expand source code
"""
A Python Package to easily generate animations of the Ising Model using the Metropolis Algorithm, 
the most commonly used Markov Chain Monte Carlo method to calculate estimations for this system.
"""
from .ising import Ising, AnimatedIsing, CoolingAnimatedIsing, DynamicAnimatedIsing

Sub-modules

ising_animate.examples

An set of examples written with the ising_animate package.

ising_animate.ising
ising_animate.lattice
ising_animate.timer