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/hole_example/Makefile | 1 - figs/hole_example/hole_example_cross.tikz.tex | 36 -------------------------- figs/hole_example/hole_example_square.tikz.tex | 24 ----------------- figs/hole_example/libs/shapes.sty | 1 - 4 files changed, 62 deletions(-) delete mode 120000 figs/hole_example/Makefile delete mode 100644 figs/hole_example/hole_example_cross.tikz.tex delete mode 100644 figs/hole_example/hole_example_square.tikz.tex delete mode 120000 figs/hole_example/libs/shapes.sty (limited to 'figs/hole_example') diff --git a/figs/hole_example/Makefile b/figs/hole_example/Makefile deleted file mode 120000 index 704310e..0000000 --- a/figs/hole_example/Makefile +++ /dev/null @@ -1 +0,0 @@ -../libs/Makefile \ No newline at end of file diff --git a/figs/hole_example/hole_example_cross.tikz.tex b/figs/hole_example/hole_example_cross.tikz.tex deleted file mode 100644 index f9208e1..0000000 --- a/figs/hole_example/hole_example_cross.tikz.tex +++ /dev/null @@ -1,36 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} - \cross{teal}{(5,2)} - \cross{teal}{(4,4)} - \cross{teal}{(3,6)} - \cross{teal}{(2,8)} - \cross{teal}{(7,3)} - \cross{teal}{(9,4)} - \cross{teal}{(11,5)} - \cross{teal}{(10,7)} - \cross{teal}{(9,9)} - \cross{teal}{(8,11)} - \cross{teal}{(6,10)} - \cross{teal}{(4,9)} - - \cross{green}{(6,6)} - \cross{green}{(7,8)} - - \square{black}{(6,4)} - \square{black}{(5,5)} - \square{black}{(5,7)} - \square{black}{(4,7)} - \square{black}{(5,8)} - \square{black}{(7,5)} - \square{black}{(8,5)} - \square{black}{(8,6)} - \square{black}{(9,6)} - \square{black}{(8,7)} - -\end{tikzpicture} -\end{document} diff --git a/figs/hole_example/hole_example_square.tikz.tex b/figs/hole_example/hole_example_square.tikz.tex deleted file mode 100644 index 4b3fb7c..0000000 --- a/figs/hole_example/hole_example_square.tikz.tex +++ /dev/null @@ -1,24 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} - \foreach\i in {0,...,8}{ - \ttsquare{teal}{(0,2*\i)} - \ttsquare{teal}{(4,2*\i)} - } - \ttsquare{teal}{(2,0)} - \ttsquare{teal}{(2,16)} - \foreach\i in {1,...,6}{ - \ttsquare{green}{(2,2*\i+1)} - } - - \square{black}{(1.5,1.5)} - \square{black}{(2.5,1.5)} - \square{black}{(1.5,14.5)} - \square{black}{(2.5,14.5)} - -\end{tikzpicture} -\end{document} diff --git a/figs/hole_example/libs/shapes.sty b/figs/hole_example/libs/shapes.sty deleted file mode 120000 index eaa25c7..0000000 --- a/figs/hole_example/libs/shapes.sty +++ /dev/null @@ -1 +0,0 @@ -../../libs/shapes.sty \ No newline at end of file -- cgit v1.2.3-70-g09d2