This repo includes sources codes and a makefile for a Monte Carlo simulation program of the Ising model with
- two-dimensional rectangular geometry ($ L_x * L_z $),
- heat-bath with the temperature $ T $,
- sliding plane with the velocity $ v $.
The simulation program is mainly intended to reproduce the results of Ref.1 and so on, and extend the results. The simulation was also used to generate the result of my paper2.
1: https://arxiv.org/abs/0706.3610; 2: https://arxiv.org/abs/1812.03344
TODO: Add a description about its fundamental interface and the simulation protocol.
Notice: This repo have not been maintained for a long time. Makefile especially does not work properly. But the program itself probably works correctly.