git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10748 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
10
examples/ASPHERE/dimer/dimer.py
Normal file
10
examples/ASPHERE/dimer/dimer.py
Normal file
@ -0,0 +1,10 @@
|
||||
# create set of randomly oriented dimers
|
||||
|
||||
p = patch(0.3)
|
||||
p.dim = 2
|
||||
p.extratype = 1
|
||||
p.style = "sphere"
|
||||
p.extra = "Molecules"
|
||||
p.seed = 54321
|
||||
p.build(100,"dimer",0.8,1)
|
||||
p.write("data.dimer")
|
||||
Reference in New Issue
Block a user