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

« back to all changes in this revision

Viewing changes to examples/USER/gle/in.h2o-smart

  • 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
units           real
 
2
atom_style      full 
 
3
 
 
4
pair_style      lj/cut/tip4p/long 1 2 1 1 0.14714951 8
 
5
bond_style      class2
 
6
angle_style     harmonic
 
7
kspace_style    pppm/tip4p 0.0001
 
8
 
 
9
read_data       data.h2o-smart
 
10
 
 
11
pair_coeff  * 2  0.0     0.0
 
12
pair_coeff  1 1  0.1852  3.1589022
 
13
 
 
14
#q-tip4pf bond parameters
 
15
bond_coeff      1 0.9419 607.19354  -1388.6516 1852.577
 
16
angle_coeff     1 43.93  107.4
 
17
 
 
18
timestep        0.5
 
19
 
 
20
velocity        all create 300.0 1112 dist gaussian mom yes
 
21
 
 
22
thermo          100
 
23
thermo_style    custom step temp pe ke etotal
 
24
 
 
25
# smart sampling with GLE: best efficiency on slow diffusive modes, 
 
26
# and as good as possible on higher-frequency modes
 
27
fix             1 all gle 6 300.0 300.0 31415 smart.A
 
28
fix_modify      1 energy no
 
29
 
 
30
#dump           1 all atom 100 h2o-smart.lammpstrj
 
31
 
 
32
#dump           2 all image 1000 h2o-smart.*.jpg element element &
 
33
#               zoom 1.4
 
34
#dump_modify    2 pad 5 element O H
 
35
 
 
36
#dump           3 all movie 100 movie.mp4 element element &
 
37
#               zoom 1.4
 
38
#dump_modify    3 pad 5 element O H
 
39
 
 
40
run             10000
 
41