diff options
-rw-r--r-- | monte-carlo.tex | 17 |
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} |