Skip to content

Computer project of Random Simulation method, MCMC simulation of Potts model

Notifications You must be signed in to change notification settings

xiaoxuan-yu/Potts_MC_Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Simulation Method Computer Project 1

The repository contains the code for the first computer project of the course Random Simulation Method at Peking University, 2023. The project is about the simulation of the 2D Potts model. The code is written in Python with numpy,numba. The code and report is written by Xiaoxuan Yu.

Directoy Structure

.
├── README.md
├── simulation (source code for simulation)
│   ├── Potts-Metropolis.py (Metropolis algorithm)
│   └── Post-Simulation.ipynb (Data analysis)
├── report (source code for report)
└── report.pdf (report)

About

Computer project of Random Simulation method, MCMC simulation of Potts model

Topics

Resources

Stars

Watchers

Forks