summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-02 20:10:21 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-02 20:10:21 -0400
commit695c55ddf28170d2448f95bc6f6d8519b6dc6f51 (patch)
treed7937872b2442d6e0d6c52d8579ce6e962556ba2
parent67a5850a6c6e27d7722483de55912df293b63a1a (diff)
downloadPRE_98_063306-695c55ddf28170d2448f95bc6f6d8519b6dc6f51.tar.gz
PRE_98_063306-695c55ddf28170d2448f95bc6f6d8519b6dc6f51.tar.bz2
PRE_98_063306-695c55ddf28170d2448f95bc6f6d8519b6dc6f51.zip
fixed the wideset detailed balance equation
-rw-r--r--monte-carlo.tex13
1 files changed, 6 insertions, 7 deletions
diff --git a/monte-carlo.tex b/monte-carlo.tex
index bf76591..02b21af 100644
--- a/monte-carlo.tex
+++ b/monte-carlo.tex
@@ -234,13 +234,12 @@ reverse process $P(\set{s'}\to\set s)$ by
\[
\begin{aligned}
\frac{P(\set s\to\set{s'})}{P(\set{s'}\to\set s)}
- &=\frac{f_{m_0}(r\mid\set s)}{f_{m_0}(r^{-1}\mid\set s)}\prod_{\{i,j\}\in
- C}\frac{p_r(s_i,s_j)}{p_{r^{-1}}(s_i',s_j')}\prod_{\{i,j\}\in\partial
- C}\frac{1-p_r(s_i,s_j)}{1-p_{r^{-1}}(s'_i,s'_j)}
- =\!\!\!\!\prod_{\{i,j\}\in\partial
- C}e^{\beta(\J(s_i',s_j')-\J(s_i,s_j))}
- =\frac{e^{-\beta\H(\set{s'})}}{e^{-\beta\H(\set s)}},
-\end{aligned}
+ &=\frac{f(r\mid m_0,\set s)}{f(r^{-1}\mid m_0,\set s')}
+ \prod_{\{i,j\}\in }\frac{p_r(s_i,s_j)}{p_{r^{-1}}(s_i',s_j')}
+ \prod_{\{i,j\}\in\partial C}\frac{1-p_r(s_i,s_j)}{1-p_{r^{-1}}(s'_i,s'_j)}
+ =\!\!\!\prod_{\{i,j\}\in\partial C}e^{\beta(\J(s_i',s_j')-\J(s_i,s_j))}
+ =\frac{e^{-\beta\H(\set{s'})}}{e^{-\beta\H(\set s)}},
+ \end{aligned}
\]
\end{widetext}
whence detailed balance is also satisfied.