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

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated/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 "1beadFrustrated_variants.lt"
 
2
 
 
3
 
 
4
protein  =  new 1beadUnfolded
 
5
 
 
6
 
 
7
 
 
8
# Note: The protein begins in an "Unfolded" conformation.  If instead
 
9
#       you want it to begin in the folded or misfolded conformations use:
 
10
# protein  =  new 1beadFrustrated   # or
 
11
# protein  =  new 1beadMisfolded
 
12
 
 
13
 
 
14
 
 
15
# ("27.0" is the length of the protein when maximally extended)
 
16
write_once("Data Boundary") {
 
17
  0.0  27.0  xlo xhi
 
18
  0.0  27.0  ylo yhi
 
19
  0.0  27.0  zlo zhi
 
20
}