Skip to content

A simple implementation (no classes) in c++ of the Ising model with no external field. The Single-Flip and Wolff algorithms are available. For simplicity, all parameters are defined in parameters.h. But is perfectly possible reading the constants from an external file. Any suggestions on how to improve the code or fix bugs are very welcome.

Notifications You must be signed in to change notification settings

GACanova/Ising_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ising_model

A simple implementation (no classes) in c++ of the Ising model with no external field. The Single-Flip and Wolff algorithms are available. For simplicity, all parameters are defined in parameters.h. But is perfectly possible reading the constants from an external file. Any suggestions on how to improve the code or fix bugs are very welcome.

About

A simple implementation (no classes) in c++ of the Ising model with no external field. The Single-Flip and Wolff algorithms are available. For simplicity, all parameters are defined in parameters.h. But is perfectly possible reading the constants from an external file. Any suggestions on how to improve the code or fix bugs are very welcome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published