bghannad / Ising.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ising

A simulation of the Ising model in Julia. You can choose between single spin flip or Wolff updates. Results are recorded using the MonteCarloObservable.jl module and written to HDF5 files. Optionally, the code can save spin configurations for use in Machine Learning applications.

Input files are in JSON format, see sample_jobs.jl for an example of how to generate such scripts. In the job directory, run the program using

julia <path to>/Ising.jl <prefix> <task index>

About

License:Other


Languages

Language:Julia 100.0%