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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/run.in.nvt

  • 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
# PREREQUISITES:
 
2
#
 
3
#   1) You must use moltemplate.sh to create 3 files:
 
4
#        system.data  system.in.init  system.in.settings
 
5
#      (Follow the instructions in README_setup.sh, 
 
6
#       or run the file as a script using ./README_setup.sh)
 
7
#   2) You must equilibrate the system beforehand using "run.in.npt".
 
8
#      This will create the file "system_after_npt.data" which this file reads.
 
9
#      (Note: I have not verified that this equilibration protocol works well.)
 
10
 
 
11
# ------------------------------- Initialization Section --------------------
 
12
 
 
13
include         "system.in.init"
 
14
 
 
15
# ------------------------------- Atom Definition Section -------------------
 
16
 
 
17
# Read the coordinates generated by an earlier NPT simulation
 
18
 
 
19
read_data       "system_after_npt.data"
 
20
 
 
21
# ------------------------------- Settings Section --------------------------
 
22
 
 
23
include         "system.in.settings"
 
24
 
 
25
 
 
26
# (The "write_restart" and "read_restart" commands were buggy in 2012, 
 
27
#  but they should work also.  I prefer "write_data" and "read_data".)
 
28
 
 
29
# ------------------------------- Settings Section --------------------------
 
30
 
 
31
include         system.in.settings
 
32
 
 
33
# ------------------------------- Run Section -------------------------------
 
34
 
 
35
# -- simulation protocol --
 
36
 
 
37
 
 
38
timestep        1.0
 
39
dump            1 all custom 5000 traj_nvt.lammpstrj id mol type x y z ix iy iz
 
40
fix             fxnvt all nvt temp 300.0 300.0 500.0 tchain 1
 
41
thermo          500
 
42
#thermo_modify  flush yes
 
43
 
 
44
run             200000
 
45
 
 
46
write_data   system_after_nvt.data