Preamble
Figure: Evolution of Ising-Conway Game (arXiv:2310.01458) |
Ising-Lenz model is probably one of the landmark models in physics, remarkably provides beyond its idealised case of magnetic domains, now impacts even quantum computational research. However, computing entropy of Ising-Lenz models are still quite difficult. On the other hand, Conway introduce a game with simple rules generating complexity in various orders, via simple dynamical rules. By analogy to these two modelling approach, we recently introduce game like physical system of spins or lattice sides on a finite space with constraints. This gives a physically plausible dynamics but simpler dynamical evolution to generate the trajectories. Because vanilla Ising-Models requires more complicated Monte Carlo techniques. Here is the configuration and dynamics of Ising-Conway games,
- $M$ sites as a fixed space.
- $N$ occupied sites, or 1s.
- Configuration $C(M,N,t)=C(i)$ over time changes. But at $t=0$ all occupied sites live in at the corner.
- Configuration can only change to neighbouring sites if they are empty. This is closely related to spin-flip dynamics of the Ising Model.
- No sites occupy the same lattice cell, Pauli exclusion
- Should be contained within $M$ Cell.
Defining ensemble Entropy on ICG
Now we are in position to define the entropy for ICGs, which easy to grasp conceptually and computationally. $C(i, t) \in \{1,0\}$ defines the states of the game. We build an ensemble at a given time $t$ by defining a region enclosed by 1s. Then dimensionality of the ensemble $ k(t) = argmax[\mathbb{I}(C(i))] - argmin [\mathbb{I}(C(i)) ]$. Here, $\mathbb{I}$ returns index of $1$s on the lattice. This ensemble closely track maximum entropy of the system at a given time.
Conclusions
A new game-like system that helps us to understand entropy increase that has a plausible physical characteristics that one can easily simulate.
Further reading
- H-theorem do-conjecture, M.Süzen, arXiv:2310.01458
- Effective ergodicity in single-spin-flip dynamics, Mehmet Süzen. Phys. Rev. E 90, 03214 url
- do_ensemble module provides such simulation via simulate_single_spin_flip_game from the repo h-do-conjecture