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/box/box.py
Normal file
10
examples/ASPHERE/box/box.py
Normal file
@ -0,0 +1,10 @@
|
||||
# create set of randomly oriented boxes
|
||||
|
||||
p = patch(0.15)
|
||||
p.dim = 2
|
||||
p.extratype = 1
|
||||
p.style = "sphere"
|
||||
p.extra = "Molecules"
|
||||
p.seed = 596982
|
||||
p.build(30,"box2d",6,3,0.8,1)
|
||||
p.write("data.box")
|
||||
Reference in New Issue
Block a user