From 032273a4cf21e1a43038b60b8744021930c97a5b Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 21 Jun 2016 13:29:35 +0000
Subject: [PATCH] Testing and fixes

---
 src/tape |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/tape b/src/tape
index cb5662e..0fb355e 100644
--- a/src/tape
+++ b/src/tape
@@ -54,7 +54,7 @@
 ####### Program Control ############
 #how many MC sweeps between subsequent records of states to disk
 #200000
-mcsweeps=200
+mcsweeps=2000
 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
 #2
 inititer=0
@@ -86,9 +86,9 @@
 
 #NirGov branch only!
 #number of vertices with spontaneous curvature (integer)
-number_of_vertices_with_c0=1447
+number_of_vertices_with_c0=300
 #spontaneous curvature (float)
-c0=2.0
-#energy of attraction of vertices with spontaneous curvature
-w=1.0
+c0=0.5
+#energy of attraction of vertices with spontaneous curvature (float, positive value for attraction)
+w=10.0
 

--
Gitblit v1.9.3