isingLenzMC: R Package for Monte Carlo Simulation of Classical Ising Model
By
northlondoner
Pulled from the oven just right. Trustworthy, fact-dense, deeply satisfying.
Summary
isingLenzMC is an R package available on CRAN that provides Monte Carlo simulation utilities for the classical Ising Model, a fundamental system in statistical physics. The package implements Metropolis and Glauber Monte Carlo methods with single flip dynamics in periodic boundary conditions for one-dimensional Ising models, along with utility functions for exact solutions. The Ising Model is described as a landmark system that explains spin glasses, magnetic materials, phase transitions, and cooperative phenomena like neural networks.
Key quotes
· 4 pulledClassical Ising Model is a land mark system in statistical physics
The model explains the physics of spin glasses and magnetic materials, and cooperative phenomenon in general
This package provides utilities to simulate one dimensional Ising Model with Metropolis and Glauber Monte Carlo with single flip dynamics in periodic boundary conditions
Utility functions for exact solutions are provided
You might also wanna read
Why Stochastic Rounding Prevents Error Accumulation in Low-Precision Arithmetic
This article explains the critical difference between round-to-nearest and stochastic rounding in low-precision floating-point arithmetic (B
Bayesian Gaussian Process Modeling for Uncertain Spatial Coordinates Using PyMC
This article discusses the use of Bayesian spatial probability models, specifically Gaussian processes (GPs), for handling data with uncerta
Cleve Moler, MATLAB Creator and MathWorks Cofounder, Dies at 86
Cleve Moler, cofounder of MathWorks and creator of the MATLAB programming language, passed away on May 20, 2026, at age 86. Moler was a math
ERA: A tree-search-based scientific coding tool for computational discovery
ERA (Empirical Research Assistance) is a versatile tool for scientific coding that can search scientific literature, write code, explore sol
research.google·12d agoDeriving the Sparse Cholesky Elimination Tree for Matrix Factorization
This article provides a technical derivation of the elimination tree for the right-looking sparse Cholesky algorithm (A = LL^T) for sparse m
Experimental WebGPU Physics Engine Using AVBD Solver for Rigid-Body and Soft-Body Simulations
This article presents an experimental WebGPU physics engine called webphysics that implements an AVBD-style (Augmented Vertex Block Descent)
