From 5e4aaaf0b0992c0c45b6570deecf63dfc44b724c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 22 Oct 2018 21:24:57 -0400 Subject: removed listings ising example because aps servers wouldn't compile it --- monte-carlo.tex | 17 +---------------- 1 file changed, 1 insertion(+), 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} -- cgit v1.2.3-54-g00ecf