diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-02 19:57:36 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-02 19:57:36 -0400 |
commit | f4bbb290370eaffd2f0e26be3d09a22ccd409d9b (patch) | |
tree | 8d42cd2d7861189c94395e8cc187242d134f10fc | |
parent | c21aa2b5d7cbd81e79197e36a1354848fc56397b (diff) | |
download | PRE_98_063306-f4bbb290370eaffd2f0e26be3d09a22ccd409d9b.tar.gz PRE_98_063306-f4bbb290370eaffd2f0e26be3d09a22ccd409d9b.tar.bz2 PRE_98_063306-f4bbb290370eaffd2f0e26be3d09a22ccd409d9b.zip |
put expression in math mode that had mistakenly not been
-rw-r--r-- | monte-carlo.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monte-carlo.tex b/monte-carlo.tex index 8484c5c..3faa4a5 100644 --- a/monte-carlo.tex +++ b/monte-carlo.tex @@ -195,7 +195,7 @@ $\set{s'}$ in the ensemble). While any of several related cluster algorithms can be described for this system, we will focus on the Wolff algorithm \cite{wolff_collective_1989}. In -the absence of an external field, e.g., B(s)=0, the Wolff algorithm proceeds +the absence of an external field, e.g., $B(s)=0$, the Wolff algorithm proceeds in the following way. \begin{enumerate} \item Pick a random site $m_0$ and add it to the stack. |