Skip to content

akhlakm/2D_Ising_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2D Ising Model simulator in Python3

Usage:

import ising 

lattice = ising.IsingModel(40, 'r')
lattice.save_movie('ising.mp4')
lattice.runMovie(2.0, 1e5, -0.1, 1000)
lattice.finish_movie()

See source comments for more details and examples.

License

The MIT License (MIT)

About

Two dimensional Ising model simulator in python

Resources

License

Stars

Watchers

Forks

Languages