diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-02 20:14:15 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-02 20:14:15 -0400 |
commit | 1cd60cb1e97c054aa3a52eb62bac3e51b705d967 (patch) | |
tree | ab8649b674c12648e12d346425cf89444b628d42 | |
parent | 076a13b1995a07ee06890ee9660bbaa28bfa6ba4 (diff) | |
download | PRE_98_063306-1cd60cb1e97c054aa3a52eb62bac3e51b705d967.tar.gz PRE_98_063306-1cd60cb1e97c054aa3a52eb62bac3e51b705d967.tar.bz2 PRE_98_063306-1cd60cb1e97c054aa3a52eb62bac3e51b705d967.zip |
added small explanatory comment after detailed balance calculation
-rw-r--r-- | monte-carlo.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/monte-carlo.tex b/monte-carlo.tex index e47bf11..96942da 100644 --- a/monte-carlo.tex +++ b/monte-carlo.tex @@ -242,7 +242,8 @@ reverse process $P(\set{s'}\to\set s)$ by \end{aligned} \] \end{widetext} -whence detailed balance is also satisfied. +whence detailed balance is also satisfied, using $r=r^{-1}$ and $Z(r\cdot +s',s')=Z(r\cdot s,s)$. \section{Adding the field} |