Skip to content

Modeling Ising Models onto Pandas dataframes and applying Monte Carlo Algorithms to predict system behavior

Notifications You must be signed in to change notification settings

alexnguyen9/ising-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

The Ising Model with Python

The following python notebook simulates the Ising model in physics onto a Pandas dataframe that I did for a project in school. It models quantum spins onto a square lattice represented by a dataframe and implementing a monte carlo method to evaluate the observables(like magnetization and energy) of the system. We are focusing our attention to what happens whens the spin system around a critical temperature.

About

Modeling Ising Models onto Pandas dataframes and applying Monte Carlo Algorithms to predict system behavior

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published