Skip to content

nmrcardoso/ising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ising

The code supports:

  • 1D, 2D and 3D
  • CPU with OpenMP
    • implicitly run when alocationg the lattice aray with "Host"
      • Array *lattice = new Array(Host, Volume());
  • NVIDIA GPUs with CUDA
    • implicitly run when alocationg the lattice aray with "Device"
      • Array *lattice = new Array(Device, Volume());
  • the results are plot in real time using gnuplot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages