Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <jauslin@ias.edu>2017-09-08 05:59:24 +0000
committerIan Jauslin <jauslin@ias.edu>2017-09-09 21:06:49 +0000
commitc6fe9f4dfa4d790031393370d4e9cf0c9226e03f (patch)
tree7fa880472e04d1edfb23d4897ed061120e040f19 /figs/interface
parent1b13e14750d355b301dc3904702268687216608c (diff)
Update to v0.1:HEADv0.1master
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/interface')
l---------figs/interface/Makefile1
-rw-r--r--figs/interface/interface.tikz.tex51
l---------figs/interface/libs/shapes.sty1
3 files changed, 0 insertions, 53 deletions
diff --git a/figs/interface/Makefile b/figs/interface/Makefile
deleted file mode 120000
index 704310e..0000000
--- a/figs/interface/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-../libs/Makefile \ No newline at end of file
diff --git a/figs/interface/interface.tikz.tex b/figs/interface/interface.tikz.tex
deleted file mode 100644
index 86415bf..0000000
--- a/figs/interface/interface.tikz.tex
+++ /dev/null
@@ -1,51 +0,0 @@
-\documentclass{standalone}
-
-\usepackage{tikz}
-\usepackage{shapes}
-
-\begin{document}
-\begin{tikzpicture}
- \foreach\i in {0,...,5}{
- \cross{teal}{(2*\i,\i)}
- \cross{teal}{(-\i,2*\i)}
- \cross{teal}{(-5,10)++(2*\i,\i)}
- \cross{teal}{(5,15)++(\i,-2*\i)}
- }
- \foreach\i in {0,...,2}{
- \foreach\j in {0,...,1}{
- \cross{green}{(3,5)++(\i,2*\i)++(-2*\j,\j)}
- }
- }
- \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/libs/shapes.sty b/figs/interface/libs/shapes.sty
deleted file mode 120000
index eaa25c7..0000000
--- a/figs/interface/libs/shapes.sty
+++ /dev/null
@@ -1 +0,0 @@
-../../libs/shapes.sty \ No newline at end of file