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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/misc_examples/menger_sponge/moltemplate_files/system.lt

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Periodic boundary conditions:
 
2
write_once("Data Boundary") {
 
3
   0.0  218.7   xlo xhi
 
4
   0.0  218.7   ylo yhi
 
5
   0.0  218.7   zlo zhi
 
6
}
 
7
 
 
8
import "menger_cubes.lt"
 
9
 
 
10
cube_at_000 = new MengerCubeLvl3.move(0.0000, 0.0000, 0.0000)
 
11
cube_at_100 = new MengerCubeLvl3.move(109.35, 0.0000, 0.0000)
 
12
cube_at_010 = new MengerCubeLvl3.move(0.0000, 109.35, 0.0000)
 
13
cube_at_001 = new MengerCubeLvl3.move(0.0000, 0.0000, 109.35)
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
################################################################
 
29
# The next command is not necessary:
 
30
#
 
31
 create_var { $mol } # <-This forces all of the Al atoms in the crystal
 
32
#                     #   to share the same molecule ID number.
 
33
#                     #   Molecule ID numbers are not necessary.  Ignore this.
 
34
#