From 7169f14c2110f02320e3f438b1ae0881bd93440d Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 14 Jun 2016 18:40:36 +0000 Subject: [PATCH] Updated trisurfmanager file. Added remote computer capabilities. Added web interface. Added networked example configuration. --- python/tape | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tape b/python/tape index 74ebbf0..53d9b82 100644 --- a/python/tape +++ b/python/tape @@ -52,10 +52,10 @@ ####### Program Control ############ #how many MC sweeps between subsequent records of states to disk #200000 -mcsweeps=200000 +mcsweeps=200 #how many initial mcsweeps*inititer MC sweeps before recording to disk? #2 -inititer=0 +inititer=10 #how many records do you want on the disk iteration are there in a run? #10000 iterations=100 -- Gitblit v1.9.3