diff options
author | Ian Jauslin <jauslin@ias.edu> | 2017-09-08 05:59:24 +0000 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2017-09-09 21:06:49 +0000 |
commit | c6fe9f4dfa4d790031393370d4e9cf0c9226e03f (patch) | |
tree | 7fa880472e04d1edfb23d4897ed061120e040f19 /figs/gaunt_fisher.fig/gaunt_fisher3.tikz.tex | |
parent | 1b13e14750d355b301dc3904702268687216608c (diff) |
Fixed: removed discussion on k-nearest neighbor exclusion models which do
not cover the lattice perfectly.
Fixed: extra assumption: particle configurations are determined by their
defects.
Fixed: miscellaneous minor tweaks, formatting and typos.
Added: discussion about Lee-Yang zeros and their relation to the
high-fugacity expansion.
Added: open problem: soft exclusion potentials.
Added: extended bibliography.
Changed: Particles in figures are now always centered on the lattice, not
the dual lattice.
Changed: improved Makefile.
Diffstat (limited to 'figs/gaunt_fisher.fig/gaunt_fisher3.tikz.tex')
-rw-r--r-- | figs/gaunt_fisher.fig/gaunt_fisher3.tikz.tex | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/figs/gaunt_fisher.fig/gaunt_fisher3.tikz.tex b/figs/gaunt_fisher.fig/gaunt_fisher3.tikz.tex new file mode 100644 index 0000000..7b7920e --- /dev/null +++ b/figs/gaunt_fisher.fig/gaunt_fisher3.tikz.tex @@ -0,0 +1,53 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} + \foreach\k in {2,...,4}{ + \cross{cyan}{(2*\k,\k)} + \cross{cyan}{(5,15)++(\k,-2*\k)} + } + \foreach\k in {1,...,3}{ + \cross{cyan}{(-5,10)++(2*\k,\k)} + } + \cross{cyan}{(3,5)} + \cross{cyan}{(5,9)} + \cross{cyan}{(-1,7)} + \cross{cyan}{(0,9)} + \cross{cyan}{(6,6)} + \cross{cyan}{(1,6)} + \cross{cyan}{(3,10)} + \cross{cyan}{(4,12)} + \cross{cyan}{(1,3)} + \cross{cyan}{(-2,4)} + \cross{cyan}{(-4,8)} + + \square{black}{(3,3)} + \square{black}{(2,4)} + \square{black}{(4,4)} + \square{black}{(5,4)} + \square{black}{(5,5)} + \square{black}{(7,5)} + \square{black}{(8,6)} + \square{black}{(7,7)} + \square{black}{(7,8)} + \square{black}{(6,8)} + \square{black}{(6,10)} + \square{black}{(5,11)} + \square{black}{(2,12)} + \square{black}{(2,11)} + \square{black}{(1,11)} + \square{black}{(0,11)} + \square{black}{(1,10)} + \square{black}{(-1,10)} + \square{black}{(-2,10)} + \square{black}{(-2,9)} + \square{black}{(-3,9)} + \square{black}{(-2,8)} + \square{black}{(-1,5)} + \square{black}{(0,5)} + \square{black}{(0,4)} +\end{tikzpicture} +\end{document} |