-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fddb37f
commit 269f609
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# potts | ||
Interactive Monte-Carlo simulation of the 2D Q-states Potts model | ||
# Potts Model Simulation | ||
Interactive Monte-Carlo simulation of the 2D Q-states Potts model, see https://en.wikipedia.org/wiki/Potts_model | ||
Simulation parameters can be changed in real-time | ||
Physics is done on CPU, down-sampling of the state is done on GPU | ||
Planned changes revolve around moving the physical simulation onto GPU | ||
|
||
## Monte-Carlo steps of the Ising model | ||
|
||
https://github.com/aaeberharter/potts/assets/13038167/e5c3cbbb-32ab-456e-a0de-a5778c4b37b8 | ||
|
||
## Zoom of thermalized 4-state Potts model | ||
|
||
https://github.com/aaeberharter/potts/assets/13038167/6ead0359-839d-4ace-a204-a85954f1104b | ||
|