Trisurf Monte Carlo simulator
Miha
2016-07-11 e818ba5bcc461af545665c78157be4e52252aa1c
src/tape
@@ -37,14 +37,14 @@
# nfono is a number of monomers in each filament
nfono=3
# Persistence lenght of the filaments (in units l_min)
xi=0
xi=100
####### Nucleus (inside the vesicle) ###########
# Radius of an impenetrable hard sphere inside the vesicle
R_nucleus=0
R_nucleusX=6.0
R_nucleusY=12.0
R_nucleusZ=6.0
R_nucleusX=0
R_nucleusY=0
R_nucleusZ=0
#######  Cell definitions ############
nxmax=60
nymax=60
@@ -57,7 +57,7 @@
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
@@ -69,6 +69,8 @@
#shut up if we are using cluster!!!
quiet=false
#what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
#currently only none makes sense.