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/sliding | |
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/sliding')
l--------- | figs/sliding/Makefile | 1 | ||||
l--------- | figs/sliding/libs/shapes.sty | 1 | ||||
-rw-r--r-- | figs/sliding/sliding.tikz.tex | 16 |
3 files changed, 0 insertions, 18 deletions
diff --git a/figs/sliding/Makefile b/figs/sliding/Makefile deleted file mode 120000 index 704310e..0000000 --- a/figs/sliding/Makefile +++ /dev/null @@ -1 +0,0 @@ -../libs/Makefile
\ No newline at end of file diff --git a/figs/sliding/libs/shapes.sty b/figs/sliding/libs/shapes.sty deleted file mode 120000 index eaa25c7..0000000 --- a/figs/sliding/libs/shapes.sty +++ /dev/null @@ -1 +0,0 @@ -../../libs/shapes.sty
\ No newline at end of file diff --git a/figs/sliding/sliding.tikz.tex b/figs/sliding/sliding.tikz.tex deleted file mode 100644 index 1951f8b..0000000 --- a/figs/sliding/sliding.tikz.tex +++ /dev/null @@ -1,16 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} -\clip(-1.01,-1.01)--(7.01,-1.01)--(7.01,5.01)--(-1.01,5.01)--cycle; -\foreach \i in {0,...,3}{ - \ttsquare{cyan}{(2*\i,0)} - \ttsquare{cyan}{(2*\i+1,2)} - \ttsquare{cyan}{(2*\i,4)} -} -\ttsquare{cyan}{(-1,2)} -\end{tikzpicture} -\end{document} |