From d57e11db43d331aac68e32d13f97d0e1ad702ebb Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Tue, 28 May 2019 19:03:12 +0900 Subject: [PATCH] update gnuplot file --- tool/dsqss/lattice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/dsqss/lattice.py b/tool/dsqss/lattice.py index 7ecf9c7e..972a6a09 100644 --- a/tool/dsqss/lattice.py +++ b/tool/dsqss/lattice.py @@ -552,3 +552,4 @@ def write_gnuplot(self, filename): f.write('$SITES_{0} w p pt {1} ps 2 t "" , \\\n'.format(st, st + 4)) for bt in range(self.nitypes): f.write('$BONDS_{0} w l lw 2 lt {1} t "" , \\\n'.format(bt, bt + 1)) + f.write('pause -1\n')