From 699ac44864e75549fb3d238d36f0bc1dd645ddac Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 21 May 2018 13:52:58 +0000
Subject: [PATCH] Fixes in a0 calculation and calculation of stretching energy in vertexmove

---
 src/tape |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tape b/src/tape
index 70f526a..9e81e14 100644
--- a/src/tape
+++ b/src/tape
@@ -26,7 +26,7 @@
 
 #Stretching
 stretchswitch=1
-xkA0=10.0
+xkA0=1.0
 
 ####### Polymer (brush) definitions ###########
 # npoly is a number of polymers attached to npoly distinct vertices on vesicle
@@ -61,7 +61,7 @@
 ####### Program Control ############
 #how many MC sweeps between subsequent records of states to disk
 #200000
-mcsweeps=2000
+mcsweeps=200
 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
 #2
 inititer=1

--
Gitblit v1.9.3