06 October 2025 11:20:15 AM ising_2d_simulation(): C++ version Monte Carlo simulation of a 2D Ising model. The number of rows is M = 10 The number of columns is N = 10 The number of iterations taken is ITERATIONS = 15 The threshhold THRESH = 0.5 The transition probability table, based on the number of neighbors with the same spin. 1 2 3 4 5 0.98 0.85 0.5 0.15 0.02 Created the gnuplot graphics file "ising_2d_initial.txt" Step Positives Negatives # %% # %% 0 50 50 50 50 1 52 52 48 48 2 54 54 46 46 3 56 56 44 44 4 55 55 45 45 5 62 62 38 38 6 61 61 39 39 7 65 65 35 35 8 68 68 32 32 9 69 69 31 31 10 64 64 36 36 11 67 67 33 33 12 69 69 31 31 13 73 73 27 27 14 73 73 27 27 15 77 77 23 23 Created the gnuplot graphics file "ising_2d_final.txt" ising_2d_simulation(): Normal end of execution. 06 October 2025 11:20:15 AM