summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-22 21:24:57 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-22 21:24:57 -0400
commit5e4aaaf0b0992c0c45b6570deecf63dfc44b724c (patch)
tree134cd878d2b140f68c07507422263ad9ac51ffbb
parentf7f646e9adcf765c48cc670742344290575cf5d6 (diff)
downloadPRE_98_063306-5e4aaaf0b0992c0c45b6570deecf63dfc44b724c.tar.gz
PRE_98_063306-5e4aaaf0b0992c0c45b6570deecf63dfc44b724c.tar.bz2
PRE_98_063306-5e4aaaf0b0992c0c45b6570deecf63dfc44b724c.zip
removed listings ising example because aps servers wouldn't compile itaps_v2
-rw-r--r--monte-carlo.tex17
1 files changed, 1 insertions, 16 deletions
diff --git a/monte-carlo.tex b/monte-carlo.tex
index 2c57ff4..d535c3b 100644
--- a/monte-carlo.tex
+++ b/monte-carlo.tex
@@ -4,7 +4,7 @@
\documentclass[aps,pre,reprint]{revtex4-1}
-\usepackage{amsmath,amssymb,latexsym,mathtools,algorithm,listings}
+\usepackage{amsmath,amssymb,latexsym,mathtools,algorithm}
% uncomment to label only equations that are referenced in the text
@@ -791,21 +791,6 @@ bruce_coupled_1975, manuel_carmona_$n$-component_2000}.
This work was supported by NSF grant NSF DMR-1719490.
\end{acknowledgments}
-\appendix
-
-\section{Example Ising Implementation}
-
-Provided below is an example implementation of the Ising model using the
-provided \CXX\ library. The example is also included with the library source,
-along with several other more complicated ones \cite{kent-dobias_wolff_2018}.
-The routine defines an Ising class that acts as both spin and symmetry group
-and a measurement class that provides simple hooks for computing the average
-cluster size. The canonical Ising couplings are defined, a square lattice is
-initialized, the Wolff system is initialized, and the algorithm is run for a
-designated number of cluster flips.
-
-\lstset{language=C++, basicstyle=\footnotesize, frame=single}
-\lstinputlisting[breaklines]{ising_standalone.cpp}
\bibliography{monte-carlo}