Monte Carlo Simulation Program Examples

[ising2d.f90] Metropolis-algorithm simulation of the 2D Ising model
---[average.f90] Statistical analysis of bin data generated by the above program
[ising2d_a.f90] Version of the above simulation program which calculates autocorrelations
---[autoaverage.f90] Statistical analysis of autocorrelation data generated by the above program
[sw.f90] Swendsen-Wang cluster-algorithm simulation of the d-dimensional Ising model (multi-T)
---[multiaverage.f90] Statistical analysis of bin data generated by the above program
[particles.f90] Metropolis simulation of a particles in a volume
---[paverage.f90] Statistical analysis of bin data generated by the above program
[ran.f90] 8-byte congruential Random number generator (function)
[rantest.f90] Program illustrating usage of the above