Class Summary |
BoltzmannApp |
Tests Metropolis algorithm for one particle and plots the velocity distribution. |
IdealDemon |
IdealDemon modles the demon algorithm for the one-dimensional ideal gas. |
IdealDemonApp |
IdealDemonApp simulates the microcanonical Monte Carlo of the ideal classical gas in one dimension. |
Ising |
Ising models a two-dimensional system of interacting spins. |
IsingApp |
IsingApp simulates a two-dimensional Ising model. |
IsingAutoCorrelatorApp |
IsingAutoCorrelatorApp computes the energy and magnetization
time autocorrelation function from IsingApp XML input data. |
IsingDemon |
IsingDemon implements the Ising model in one dimension using periodic boundary conditions
and the demon algorithm. |
IsingDemonApp |
IsingDemonApp simulates a one-dimensional IsingDemon model. |
IsingLoader |
IsingLoader implements the ObjectLoader interface to load and store Ising model data. |
ManyDemons |
ManyDemons simulation of thermal gradient using a demon at each site. |
ManyDemonsApp |
ManyDemonsApp simulates the ManyDemons model. |