diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-21 23:52:06 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-21 23:52:06 -0400 |
commit | 16915b8d270d92dab7dba945cd90e16f02bca353 (patch) | |
tree | 887aca275e405127bd707aaa6dc22278ec262897 | |
parent | 3c0d214240facb7e79c8f4953265ca175d928fe3 (diff) | |
download | PRE_98_063306-16915b8d270d92dab7dba945cd90e16f02bca353.tar.gz PRE_98_063306-16915b8d270d92dab7dba945cd90e16f02bca353.tar.bz2 PRE_98_063306-16915b8d270d92dab7dba945cd90e16f02bca353.zip |
changed section header in examples back to O(n)
-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 76a4103..aec3bc5 100644 --- a/monte-carlo.tex +++ b/monte-carlo.tex @@ -457,7 +457,7 @@ authors in an existing interactive Ising simulator at \url{https://mattbierbaum.github.io/ising.js} \cite{bierbaum_ising.js_2016}. -\subsection{The XY and other $\mathrm O(n)$ models} +\subsection{The $\mathrm O(n)$ models} \label{sec:examples:on} In the $\mathrm O(n)$ model spins are described by vectors on the |