Given an Hamiltonian $H$ defined with respect to coordinates $q_i$ and momenta $p_i$ we can write the Hamilton equations:
$ \begin{cases} \dot{q}_i = -\frac{\partial H}{\partial p_i}\\ \dot{p}_i = \frac{\partial H}{\partial q_i} \end{cases} $
Can we construct similar equations for the spins in an Ising model? To be more precise, the hamiltonian is the following:
$ H(\{S_i\}) = -J\sum_{<ij>} S_iS_j \qquad S_i = \pm 1 $
This should be something of the kind:
$ S_i(t) = f(H(\{S_i(t)\}),\{S_i(t)\}) $
I would also insert the derivative but it will always be zero or undefined where $S_i(t)$ changes sign.
Here is how I tried to find the equation, or rather, managed not to find it. Let's make things easier by considering the 1D Ising model on a chain, so that we can write explicitly:
$ H = -J\sum_{i=1}^N S_iS_{i+1} $
If we change a spin then the energy will necessarily change as well. If the system is isolated then we will have to change at least two spins. This is already problematic for the ground states, where they are all spin up or spin down. If one spin changes, in order to have the same energy, all other spins will have to change as well. This means that the time evolution has to be such that there is no evolution for the ground state or the evolution is periodic between the two. However, this motion would have to be periodic even without a given time-scale, there is in fact no $\hbar$ to get $E/\hbar$ as a time.
The first excited state (suppose we have free boundary conditions) will be given by one broken link, and we can place this anywhere along the chain. If the time evolution is local, meaning that a spin can change only its neighbours, then there is no preference between its left and right neighbours. This clearly means that the evolution can't be deterministic and we can't find $S_i(t)$, but it might makes sense to have an evolution equation for a probability $p(S_i,t)$. This is still problematic since $S_i$ can have only discrete values, but something akin to the Liouville equation for $\rho(q,p)$ might make sense.
Am I wrong? Is there a possible equation we can have which determines the time evolution of spins?
What happens if we consider O(N) models, where have continuous spins?
To study numerically thermodynamic properties of systems, one often does simulations where the system evolves isolated or in contact with a bath. Has this been done for Ising models (or other similar magnetic models)?