Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 446 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 446 Bytes

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.