git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10748 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-09-10 23:35:01 +00:00
parent d3ad71c4c5
commit d9b19cf6ba
43 changed files with 11325 additions and 0 deletions

View 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")