From 269f6090da2a9cdc9a5c4c0aea1fa652abbeaa6c Mon Sep 17 00:00:00 2001 From: aaeberharter <13038167+aaeberharter@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:26:27 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5edee0b..e4ff5d9 100644 --- a/README.md +++ b/README.md @@ -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 +