~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/ethylene+benzene_PACKMOL/packmol_files/mix_ethylene+benzene.inp

  • 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
#
 
2
# A mixture of ethylene and benzene
 
3
#
 
4
 
 
5
# All the atoms from diferent molecules will be separated at least 2.0
 
6
# Anstroms at the solution.
 
7
 
 
8
tolerance 2.0
 
9
 
 
10
# The file type of input and output files is XYZ
 
11
 
 
12
filetype xyz
 
13
 
 
14
# The name of the output file
 
15
 
 
16
output system.xyz
 
17
 
 
18
# 1000 water molecules and 500 urea molecules will be put in a box
 
19
# defined by the minimum coordinates x, y and z = 0. 0. 0. and maximum
 
20
# coordinates 80. 80. 80. That is, they will be put in a cube of side
 
21
# 80. (the keyword "inside cube 0. 0. 0. 80.") could be used as well.
 
22
 
 
23
structure ethylene.xyz
 
24
  number 1000 
 
25
  inside box 0. 0. 0. 80. 80. 80. 
 
26
end structure
 
27
 
 
28
structure benzene.xyz
 
29
  number 500
 
30
  inside box 0. 0. 0. 80. 80. 80. 
 
31
end structure