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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/all_atom_examples/read_PDB_file_examples/waterSPCE_from_PDBfile/moltemplate_files/system.lt

  • 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
 
import "spce.lt"
2
 
 
3
 
wat = new SPCE [260]
4
 
 
5
 
 
6
 
 
7
 
 
8
 
 
9
 
 
10
 
 
11
 
# Open up the PDB file to count the number of water molecules inside.  (Or just
12
 
# divide the number of atoms by 3). Put that in between the brackets ("[260]")
13
 
#
14
 
# The command above does not set the positions of the atoms.
15
 
# So they will have to be loaded later from a PDB or an XYZ file.
16
 
# (For example, using "moltemplate.sh -pdb solvate.pdb system.lt")