From c6fe9f4dfa4d790031393370d4e9cf0c9226e03f Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Fri, 8 Sep 2017 05:59:24 +0000 Subject: Update to v0.1: 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. --- figs/interface.fig/Makefile | 1 + figs/interface.fig/interface.tikz.tex | 51 +++++++++++++++++++++++++++++++++++ figs/interface.fig/libs/shapes.sty | 1 + 3 files changed, 53 insertions(+) create mode 120000 figs/interface.fig/Makefile create mode 100644 figs/interface.fig/interface.tikz.tex create mode 120000 figs/interface.fig/libs/shapes.sty (limited to 'figs/interface.fig') diff --git a/figs/interface.fig/Makefile b/figs/interface.fig/Makefile new file mode 120000 index 0000000..704310e --- /dev/null +++ b/figs/interface.fig/Makefile @@ -0,0 +1 @@ +../libs/Makefile \ No newline at end of file diff --git a/figs/interface.fig/interface.tikz.tex b/figs/interface.fig/interface.tikz.tex new file mode 100644 index 0000000..7429e95 --- /dev/null +++ b/figs/interface.fig/interface.tikz.tex @@ -0,0 +1,51 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} + \foreach\k in {0,...,5}{ + \cross{teal}{(2*\k,\k)} + \cross{teal}{(-\k,2*\k)} + \cross{teal}{(-5,10)++(2*\k,\k)} + \cross{teal}{(5,15)++(\k,-2*\k)} + } + \foreach\k in {0,...,2}{ + \foreach\l in {0,...,1}{ + \cross{green}{(3,5)++(\k,2*\k)++(-2*\l,\l)} + } + } + \cross{green}{(-1,7)} + \cross{green}{(0,9)} + \cross{green}{(6,6)} + \cross{teal}{(4,12)} + \cross{teal}{(1,3)} + + \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} diff --git a/figs/interface.fig/libs/shapes.sty b/figs/interface.fig/libs/shapes.sty new file mode 120000 index 0000000..eaa25c7 --- /dev/null +++ b/figs/interface.fig/libs/shapes.sty @@ -0,0 +1 @@ +../../libs/shapes.sty \ No newline at end of file -- cgit v1.2.3-70-g09d2