Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added IsingReport.pdf
Binary file not shown.
25 changes: 25 additions & 0 deletions create_mvsSteps_Plot.p
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
reset


set xlabel "Millions of Steps"
set ylabel "Magnetization, m"

set key right top
set key outside

plot "Results1.0" using 1:2 with line title "kB T/J=1.0"
replot "Results2.0" using 1:2 with line title "kB T/J=2.0"
replot "Results2.1" using 1:2 with line title "kB T/J=2.1"
replot "Results2.2" using 1:2 with line title "kB T/J=2.2"
replot "Results2.3" using 1:2 with line title "kB T/J=2.3"
replot "Results2.4" using 1:2 with line title "kB T/J=2.4"
replot "Results2.5" using 1:2 with line title "kB T/J=2.5"
replot "Results2.6" using 1:2 with line title "kB T/J=2.6"
replot "Results2.7" using 1:2 with line title "kB T/J=2.7"
replot "Results2.8" using 1:2 with line title "kB T/J=2.8"
replot "Results2.9" using 1:2 with line title "kB T/J=2.9"
replot "Results3.0" using 1:2 with line title "kB T/J=3.0"
replot "Results4.0" using 1:2 with line title "kB T/J=4.0"
set terminal png size 600,300 enhanced font ",20"
set output "m_vs_Steps_plot.png"
replot
22 changes: 22 additions & 0 deletions create_mvsT_Plot.p
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
reset

set xlabel "k_B*T/J"
set ylabel "Magnetization, m"

unset key

plot "avg_m_values" lt rgb "black" with linespoints, "avg_m_values" using 1:2:3 with yerrorbars
set terminal png size 400,300 enhanced font ",20"

set term png
set output "m_vs_T_plot.png"
replot









Loading