~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/alkane_chain_single/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 minimize the system beforehand by using "run.in.min".
 
8
#      This will create the file "system_after_min.data" which this file reads.
 
9
 
 
10
# ------------------------------- Initialization Section --------------------
 
11
 
 
12
include         "system.in.init"
 
13
 
 
14
# ------------------------------- Atom Definition Section -------------------
 
15
 
 
16
# Read the coordinates generated by an earlier simulation
 
17
 
 
18
read_data       "system_after_min.data"
 
19
 
 
20
# ------------------------------- Settings Section --------------------------
 
21
 
 
22
include         "system.in.settings"
 
23
include         "system.in.charges"
 
24
 
 
25
# ------------------------------- Run Section -------------------------------
 
26
 
 
27
# -- simulation protocol --
 
28
 
 
29
 
 
30
timestep        1.0
 
31
dump            1 all custom 1000 traj_nvt.lammpstrj id mol type x y z ix iy iz
 
32
fix             fxnvt all nvt temp 300.0 300.0 500.0 tchain 1
 
33
thermo          500
 
34
#thermo_modify  flush yes
 
35
 
 
36
run             1000000
 
37
 
 
38
write_data   system_after_nvt.data