From 076a13b1995a07ee06890ee9660bbaa28bfa6ba4 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 2 Oct 2018 20:11:00 -0400 Subject: removed references to q from the algorithm description --- monte-carlo.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monte-carlo.tex') 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} -- cgit v1.2.3-54-g00ecf