Skip to content

sohamroy19/metropolis-hastings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build

Source files require a C++ compiler to build.

g++ utils.hpp ising_cpu.cpp -o ising_cpu

Run

To run the code provide the following information:

  • Start temperature
  • Number of temperature points from start temperature to end temperature (i.e. 0.01f)
  • Number of iterations at a particular temperature
  • Coupling constant filename
  • Linear constant filename
./ising_cpu 15.8 35 5000 constants/J_Matrix_20x20.txt constants/linear_20x20.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published