~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_step2_run_moltemplate.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 Moltemplate ---
 
2
#  -- Prerequisites: --
 
3
# The "system.lt" moltemplate file links to other ".lt" files
 
4
# files you hopefully have created earlier when you ran "ltemplify.py:
 
5
#    cnad.lt and cnt.lt
 
6
# If not, carry out the instructions in "README_run_ltemplify.sh".
 
7
 
 
8
moltemplate.sh system.lt
 
9
 
 
10
# This will generate various files with names ending in *.in* and *.data. 
 
11
# These files are the input files directly read by LAMMPS.
 
12
 
 
13
# Optional:
 
14
# The "./output_ttree/" directory is full of temporary files generated by 
 
15
# moltemplate.  They can be useful for debugging, but are usually thrown away.
 
16
 
 
17
rm -rf output_ttree/
 
18