~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to examples/ASPHERE/dimer/dimer.py

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-11-20 22:41:36 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131120224136-tzx7leh606fqnckm
Tags: 0~20131119.git7162cf0-1
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# create set of randomly oriented dimers
 
2
 
 
3
p = patch(0.3)
 
4
p.dim = 2
 
5
p.extratype = 1
 
6
p.style = "sphere"
 
7
p.extra = "Molecules"
 
8
p.seed = 54321
 
9
p.build(100,"dimer",0.8,1)
 
10
p.write("data.dimer")