summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-02 20:11:00 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-02 20:11:00 -0400
commit076a13b1995a07ee06890ee9660bbaa28bfa6ba4 (patch)
tree4d23edb5bff0e26d47f4f44c9e0bb16965cb419a
parent695c55ddf28170d2448f95bc6f6d8519b6dc6f51 (diff)
downloadPRE_98_063306-076a13b1995a07ee06890ee9660bbaa28bfa6ba4.tar.gz
PRE_98_063306-076a13b1995a07ee06890ee9660bbaa28bfa6ba4.tar.bz2
PRE_98_063306-076a13b1995a07ee06890ee9660bbaa28bfa6ba4.zip
removed references to q from the algorithm description
-rw-r--r--monte-carlo.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/monte-carlo.tex b/monte-carlo.tex
index 02b21af..e47bf11 100644
--- a/monte-carlo.tex
+++ b/monte-carlo.tex
@@ -213,7 +213,7 @@ in the following way.
\item For every $j$ such that $\{m,j\}\in E$, add site $j$ to the
stack with probability
\[
- p_r(s_m,s_j\mid q)=\min\{0,1-qe^{\beta(\J(r\cdot s_m,s_j)-\J(s_m,s_j))}\}.
+ p_r(s_m,s_j)=\min\{0,1-e^{\beta(\J(r\cdot s_m,s_j)-\J(s_m,s_j))}\}.
\]
\item Take $s_m\mapsto r\cdot s_m$.
\end{enumerate}