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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/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
import "hexadecane.lt"  # <- defines the "Hexadecane" molecule type.
 
2
 
 
3
# Periodic boundary conditions:
 
4
write_once("Data Boundary") {
 
5
   0.0  62.4  xlo xhi
 
6
   0.0  62.4  ylo yhi
 
7
   0.0  62.4  zlo zhi
 
8
}
 
9
 
 
10
molecules = new Hexadecane [12].move(0, 0, 5.2)
 
11
                           [12].move(0, 5.2, 0)
 
12
                           [2].move(31.2, 0, 0)
 
13
 
 
14
 
 
15
# NOTE: The spacing between molecules is large.  There should be extra room to
 
16
# move during the initial stages of equilibration.  However, you will have to
 
17
# run the simulation at NPT conditions later to compress the system to a 
 
18
# more realistic density.