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

« back to all changes in this revision

Viewing changes to bench/FERMI/in.rhodo

  • 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
# Rhodopsin model
 
2
 
 
3
units           real  
 
4
neigh_modify    delay 5 every 1   
 
5
 
 
6
atom_style      full  
 
7
atom_modify     map hash
 
8
bond_style      harmonic 
 
9
angle_style     charmm 
 
10
dihedral_style  charmm 
 
11
improper_style  harmonic 
 
12
pair_style      lj/charmm/coul/long 8.0 10.0 
 
13
pair_modify     mix arithmetic 
 
14
kspace_style    pppm 1e-4 
 
15
 
 
16
read_data       data.rhodo
 
17
 
 
18
replicate       $x $y $z
 
19
 
 
20
fix             1 all shake 0.0001 5 0 m 1.0 a 232
 
21
fix             2 all npt temp 300.0 300.0 100.0 &
 
22
                z 0.0 0.0 1000.0 mtk no pchain 0 tchain 1
 
23
 
 
24
special_bonds   charmm
 
25
 
 
26
thermo          50
 
27
thermo_style    multi 
 
28
timestep        2.0
 
29
 
 
30
run             $t