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 some results of the Ref.1 and so on, and extend the results. The simulation was also used to generate the result of my paper2.
This repo is different from the repo IsingFriction2016 only in that this intends the step-like stream, while the repo IsingFriction2016 intends to the sweep-like stream. We are going to merge this repo into IsingFriction2016 in the future for this reason.
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.