Skip to content

NotManyIdeasDev/ising-model-mcmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Ising Model Monte Carlo Simulation

Personal project to simulate the 2D Ising model (for magnetization) in Python using MCMC Methods (Metropolis Algorithm).

Folder Structure

  • src/ – Python source code for the Ising model and simulation.
  • experiments/ – Python code for the experiments with different initial conditions.
  • plots/ – Plots & Diagrams of grid and observables.

Getting started

This project will use a small set of common scientific Python packages. A minimal requirements.txt is included.

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install -r requirements.txt

About

2D Ising model simulator in Python using the Metropolis Monte Carlo algorithm.

Resources

Stars

Watchers

Forks

Contributors

Languages