~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+minichaperone/run.in.min

  • 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
# -- Init section --
 
2
 
 
3
include system.in.init
 
4
 
 
5
# -- Atom definition section --
 
6
 
 
7
read_data system.data
 
8
 
 
9
# -- Settings Section --
 
10
 
 
11
include system.in.settings
 
12
 
 
13
# Optional: Make sure the pairwise energies look reasonable:
 
14
pair_write 1 4 1001 r 4.05 8 test_chap-B.dat C-B 0 0
 
15
pair_write 2 4 1001 r 4.05 8 test_chap-L.dat C-L 0 0
 
16
pair_write 3 4 1001 r 4.05 8 test_chap-N.dat C-N 0 0
 
17
 
 
18
# -- Run section --
 
19
 
 
20
dump            1 all custom 50 traj_min.lammpstrj id mol type x y z ix iy iz
 
21
 
 
22
minimize 1.0e-5 1.0e-7 500 2000
 
23
 
 
24
write_data  system_after_min.data