Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 534 Bytes

Interactive Ising Model

Made with Julia and Makie

User Interface Screenshot

How to use

After installing packages, the app can be launched by running the start file.

Startup can be slow due to first-time compilation, so a convenience script precompile is included which generates a system image for the application. Subsequent runs can be sped up by specifying ising.so as the Julia system image.

julia --project=. --sysimage=ising.so ising.jl