Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 647 Bytes

RFIM

This project is to find the ground state and to show how ferromagnetic square lattice converts to paramagnetic square lattice with increase in magnetic disorder,and to find the ground state in random field ising model using min-cut maxx-flow theorem (push-relabel) and H.k clustering method.

how to run ? g++ -o main RFIM_2D_main.cpp LatticeStuff.cpp PushRelabel.cpp clustering.cpp -Wall

how to change parameters? edit the parameters (lattice size, no of configurations, range of delta's) in parameters.h file.

Here's GIF of the clusters. (this result is produced by differnt code using openCV) ScreenShot