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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/README_step3_run_lammps.sh

  • 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
# --- Running LAMMPS ---
 
2
#  -- Prerequisites: --
 
3
# The "run.in.nvt" LAMMPS input script links to the input 
 
4
# scripts and data files you hopefully have created earlier 
 
5
# with moltemplate.sh:
 
6
#   system.in.init, system.in.settings, system.data
 
7
# If not, carry out the instructions in "README_run_moltemplate.sh".
 
8
#
 
9
#  -- Instructions: --
 
10
# If "lmp_linux" is the name of the command you use to invoke lammps,
 
11
# then you would run lammps this way:
 
12
 
 
13
lmp_linux -i run.in.nvt
 
14
 
 
15
# NOTE: BECAUSE ALL OF THE ORIGINAL FORCE FIELD PARAMETERS WERE INTENTIONALLY
 
16
#       REMOVED, THE SYSTEM WILL MOVE IN A VERY UNREALISTIC WAY.