diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-05-30 22:11:46 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-05-30 22:11:46 -0400 |
commit | 76499e55eb813b66284b16423693700e86d86ae8 (patch) | |
tree | 8e5e1ba47da37c4c68fc0fd653d0d744fa45e4f8 | |
parent | 1cae91cde5efde713b16df17d6487291d96e5b30 (diff) | |
download | paper-76499e55eb813b66284b16423693700e86d86ae8.tar.gz paper-76499e55eb813b66284b16423693700e86d86ae8.tar.bz2 paper-76499e55eb813b66284b16423693700e86d86ae8.zip |
added draft figures
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | essential-ising.tex | 16 | ||||
-rw-r--r-- | figs/fig_mag-collapse.pdf | bin | 0 -> 156076 bytes | |||
-rw-r--r-- | figs/fig_sus-collapse.pdf | bin | 0 -> 159531 bytes |
4 files changed, 14 insertions, 4 deletions
@@ -1,4 +1,4 @@ -*.pdf +essential-ising.pdf *.aux *.log *.bbl diff --git a/essential-ising.tex b/essential-ising.tex index cbb9866..2d8af31 100644 --- a/essential-ising.tex +++ b/essential-ising.tex @@ -163,7 +163,7 @@ ansatz, yielding for {\sc 4d}. At the level of truncation we are working at, the Kramers--Kronig relation does not converge in {\sc 2d}. However, the higher moments can still be -extract, e.g., the susceptibility, by taking +extracted, e.g., the susceptibility, by taking \[ \chi\propto\pd[2]Fh =\frac2\pi\int_{-\infty}^\infty\frac{\im F(t,h')}{(h'-h)^3}\,\dd h' @@ -202,12 +202,22 @@ in the insets of those figures. As can be seen, there is very good agreement between our proposed functional forms and what is measured. \begin{figure} - \caption{Fit of scaling form \eqref{eq:sus_scaling} to numeric data.} + \includegraphics{figs/fig_sus-collapse} + \caption{Fit of scaling form \eqref{eq:sus_scaling} to numeric data from a + $L=1024$ square-lattice Ising model. +Different colored points show different values of $t$, which vary from +$0.01$, $0.02$, \dots, $0.1$. Solid black line shows fitted form, with +$C=0.0107\pm0.0011$ and $B=0.172\pm0.036$.} \label{fig:sus} \end{figure} \begin{figure} - \caption{Fit of scaling form \eqref{eq:mag_scaling} to numeric data.} + \includegraphics{figs/fig_mag-collapse} + \caption{Fit of scaling form \eqref{eq:mag_scaling} to numeric data from a +$L=1024$ square-lattice Ising model. Different colored points show different +values of $t$, which vary from $0.01$, $0.02$, \dots, $0.1$. Solid black lines +shows fitted form, with $\mathcal M(0)=1.21055\pm0.00031$, +$D=0.09440\pm0.00033$, and $B=0.085249\pm0.00099$.} \label{fig:mag} \end{figure} diff --git a/figs/fig_mag-collapse.pdf b/figs/fig_mag-collapse.pdf Binary files differnew file mode 100644 index 0000000..dd82cf5 --- /dev/null +++ b/figs/fig_mag-collapse.pdf diff --git a/figs/fig_sus-collapse.pdf b/figs/fig_sus-collapse.pdf Binary files differnew file mode 100644 index 0000000..03b561e --- /dev/null +++ b/figs/fig_sus-collapse.pdf |