summaryrefslogtreecommitdiff
path: root/ising_scaling.tex
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-07-30 16:56:30 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-07-30 16:56:30 +0200
commit98461302e3575af5541659f7e91f1d562d87c96f (patch)
treed5ccdabdd5228e66e827dd88d086f02af5bce35b /ising_scaling.tex
parente3310432fd9f4c7b4a5415d8f9ac8ca586d30b59 (diff)
downloadpaper-98461302e3575af5541659f7e91f1d562d87c96f.tar.gz
paper-98461302e3575af5541659f7e91f1d562d87c96f.tar.bz2
paper-98461302e3575af5541659f7e91f1d562d87c96f.zip
More writing.
Diffstat (limited to 'ising_scaling.tex')
-rw-r--r--ising_scaling.tex32
1 files changed, 31 insertions, 1 deletions
diff --git a/ising_scaling.tex b/ising_scaling.tex
index 18edea3..cdeff80 100644
--- a/ising_scaling.tex
+++ b/ising_scaling.tex
@@ -656,6 +656,37 @@ The scaling function has a number of free parameters: the position $\theta_c$ of
\end{tabular}
\end{table}
+\begin{figure}
+ \begin{gnuplot}[terminal=epslatex, terminaloptions={size 8.65cm,5.35cm}]
+ dat9 = 'data/h_series_ours_9.dat'
+ dat11 = 'data/h_series_ours_11.dat'
+ dat13 = 'data/h_series_ours_13.dat'
+ dat15 = 'data/h_series_ours_15.dat'
+
+ ratLast(x) = (back2 = back1, back1 = x, back1 / back2)
+
+ back1 = 0
+ back2 = 0
+
+ set xrange [0:1.05]
+ set yrange [0:0.55]
+
+ set xlabel '$1/n$'
+ set ylabel '$h_n/h_{n-1}$'
+
+ set style data linespoints
+
+ plot \
+ dat9 using (1/($0)):(abs(ratLast($1))) title '9', \
+ dat11 using (1/($0)):(abs(ratLast($1))) title '11', \
+ dat13 using (1/($0)):(abs(ratLast($1))) title '13', \
+ dat15 using (1/($0)):(abs(ratLast($1))) title '15', \
+ 0.5 - 0.675 * x lc black
+ \end{gnuplot}
+ \caption{
+ }
+\end{figure}
+
\subsection{Comparison}
\begin{figure}
@@ -683,7 +714,6 @@ The scaling function has a number of free parameters: the position $\theta_c$ of
dat3 = 'data/glow_series_caselle.dat'
ratLast(x) = (back2 = back1, back1 = x, back1 / back2)
- init(x) = (back1 = back2 = 0)
back1 = 0
back2 = 0