Trisurf Monte Carlo simulator
Samo Penic
2013-11-30 64c113ed06cb749fdc513162a1cddf4ec024fd72
commit | author | age
a6b1b5 1 ####### Vesicle definitions ###########
SP 2 # nshell is a number of divisions of dipyramid
3131dc 3 nshell=17
a6b1b5 4 # dmax is the square of the bond length 
SP 5 dmax=1.67
6 # bending rigidity of the membrane 
7 xk0=25.0
8 # max step size 
9 stepsize=0.15
10
11
12 #######  Cell definitions ############
13 nxmax=60
14 nymax=60
15 nzmax=60
16
17
18 ####### Program Control ############
d7a113 19 #how many MC sweeps between subsequent records of states to disk
SP 20 mcsweeps=100
21 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
dcf17d 22 inititer=100
d7a113 23 #how many records do you want on the disk iteration are there in a run?
dcf17d 24 iterations=1000
d7a113 25
a6b1b5 26
SP 27 #shut up if we are using cluster!!!
28 quiet=false
f74313 29
SP 30 #what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
31 #currently only none makes sense.
32 multiprocessing=none
33 #how many cores are allowed to process in SMP?
34 smp_cores=2
35 #how many nodes in cluster?
36 cluster_nodes=50
37 #max number of processes in distributed (voluntary) environment
38 distributed_processes=50
39 #cuda options???