From 2a1e3d528265c3d366dab9ad4b0c4d3d65e1c4ed Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 13 Apr 2020 12:13:50 +0000
Subject: [PATCH] Storing previously debugged version

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

diff --git a/src/tape b/src/tape
index bdce9e7..d2965a6 100644
--- a/src/tape
+++ b/src/tape
@@ -1,6 +1,6 @@
 ####### Vesicle definitions ###########
 # nshell is a number of divisions of dipyramid
-nshell=17
+nshell=7
 # dmax is the max. bond length (in units l_min)
 dmax=1.7
 # dmin_interspecies in the min. dist. between different vertex species (in units l_min)
@@ -25,7 +25,7 @@
 
 
 #Stretching
-stretchswitch=1
+stretchswitch=0
 xkA0=1.0
 
 ####### Polymer (brush) definitions ###########
@@ -67,7 +67,7 @@
 inititer=0
 #how many records do you want on the disk iteration are there in a run?
 #10000
-iterations=100
+iterations=10
 
 
 ###### Spherical harmonics ###########
@@ -92,7 +92,7 @@
 
 
 #number of vertices with spontaneous curvature (integer)
-number_of_vertices_with_c0=100
+number_of_vertices_with_c0=0
 #c0/2 is spontaneous curvature. c0 is used as (c1+c1-c0)^2 in energy term (float)
 c0=0.5
 #energy of attraction of vertices with spontaneous curvature (float, positive value for attraction)
@@ -103,7 +103,7 @@
 
 
 #plane confinement
-plane_confinement_switch=1
+plane_confinement_switch=0
 #final plane distance (float in lmin)
 plane_d=10
 #plane to vesicle repulsion force while closing

--
Gitblit v1.9.3