diff options
-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 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} |