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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/all_atom_examples/ice_crystal/README_setup.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
 
# Use these commands to generate the LAMMPS input script and data file
2
 
# (and other auxilliary files):
3
 
 
4
 
 
5
 
# Create LAMMPS input files this way:
6
 
cd moltemplate_files
7
 
 
8
 
  # run moltemplate
9
 
 
10
 
  moltemplate.sh -atomstyle full system.lt
11
 
 
12
 
  # This will generate various files with names ending in *.in* and *.data. 
13
 
  # These files are the input files directly read by LAMMPS.  Move them to 
14
 
  # the parent directory (or wherever you plan to run the simulation).
15
 
 
16
 
  mv -f system.in* system.data ../
17
 
 
18
 
  # Optional:
19
 
  # The "./output_ttree/" directory is full of temporary files generated by 
20
 
  # moltemplate.  They can be useful for debugging, but are usually thrown away.
21
 
  rm -rf output_ttree/
22
 
 
23
 
cd ../