Trisurf Monte Carlo simulator
Samo Penic
2010-12-04 a6b1b556b6c8c8da22c5f322b57ccc1528578e10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
####### Vesicle definitions ###########
# nshell is a number of divisions of dipyramid
nshell=20
# dmax is the square of the bond length 
dmax=1.67
# bending rigidity of the membrane 
xk0=25.0
# max step size 
stepsize=0.15
 
 
#######  Cell definitions ############
nxmax=60
nymax=60
nzmax=60
 
 
####### Program Control ############
#how many iteration are there in a run?
iterations=20000
 
#shut up if we are using cluster!!!
quiet=false