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/cross_packing.fig/cross_packing_r.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/cross_packing.fig/cross_packing_r.tikz.tex')
-rw-r--r-- | figs/cross_packing.fig/cross_packing_r.tikz.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/figs/cross_packing.fig/cross_packing_r.tikz.tex b/figs/cross_packing.fig/cross_packing_r.tikz.tex new file mode 100644 index 0000000..22e1488 --- /dev/null +++ b/figs/cross_packing.fig/cross_packing_r.tikz.tex @@ -0,0 +1,14 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} + \foreach \k in {0,...,3}{ + \foreach \l in {0,...,3}{ + \cross{cyan}{(-\l,2*\l)++(2*\k,\k)} + } + } +\end{tikzpicture} +\end{document} |