Skip to content

Commit 9b39548

Browse files
committed
add dimer and liquid boxes for TIP4P and OPC water
1 parent d88d4d9 commit 9b39548

File tree

6 files changed

+8045
-4013
lines changed

6 files changed

+8045
-4013
lines changed

example/opc.key

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,17 @@ dielectric 1.0000
1818
## OPC Parameters (J Phys Chem Lett, 5, 3863-3871, 2014)
1919

2020
atom 1 O "OPC Water O" 8 15.995 3
21-
atom 2 H "OPC Water H" 1 1.008 2
21+
atom 2 H "OPC Water H" 1 1.008 1
2222
atom 3 M "OPC Water M" 0 0.000 1
2323

2424
bond 1 2 1000.0 0.8724
2525
bond 1 3 1000.0 0.1594
26-
bond 2 2 1000.0 1.3712
2726
angle 2 1 2 100.0 103.60
2827
angle 2 1 3 100.0 51.80
29-
angle 1 2 2 100.0 38.20
30-
torsion 0 1 2 0
3128

3229
vdw 1 1.77717 0.2128
3330
vdw 2 0.000 0.0000
34-
vdw 3 1.000 0.0000
31+
vdw 3 0.000 0.0000
3532

3633
charge 1 0.000
3734
charge 2 0.6791

example/opc.xyz

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
8 OPC Water Dimer
22
1 O 1.442615 0.000000 0.057481 1 2 3 4
3-
2 H 0.570548 0.000000 0.032324 2 1 3
4-
3 H 1.672122 -0.000000 -0.784221 2 1 2
3+
2 H 0.570548 0.000000 0.032324 2 1
4+
3 H 1.672122 -0.000000 -0.784221 2 1
55
4 M 1.347694 -0.000000 -0.070574 3 1
66
5 O -1.358378 -0.000000 -0.045247 1 6 7 8
7-
6 H -1.789675 0.685600 0.278390 2 5 7
8-
7 H -1.789675 -0.685600 0.279390 2 5 6
7+
6 H -1.789675 0.685600 0.278390 2 5
8+
7 H -1.789675 -0.685600 0.279390 2 5
99
8 M -1.485804 0.000000 0.050517 3 5

example/opcbox.key

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
parameters NONE
2+
rattle WATER
3+
4+
vdwtype LENNARD-JONES
5+
radiusrule ARITHMETIC
6+
radiustype R-MIN
7+
radiussize RADIUS
8+
epsilonrule GEOMETRIC
9+
electric 332.0522173
10+
dielectric 1.0000
11+
12+
x-axis 31.05
13+
ewald
14+
ewald-cutoff 9.0
15+
vdw-cutoff 12.0
16+
vdw-correction
17+
18+
## OPC Parameters (J Phys Chem Lett, 5, 3863-3871, 2014)
19+
20+
atom 1 O "OPC Water O" 8 15.995 3
21+
atom 2 H "OPC Water H" 1 1.008 1
22+
atom 3 M "OPC Water M" 0 0.000 1
23+
24+
bond 1 2 1000.0 0.8724
25+
bond 1 3 1000.0 0.1594
26+
angle 2 1 2 100.0 103.60
27+
angle 2 1 3 100.0 51.80
28+
29+
vdw 1 1.77717 0.2128
30+
vdw 2 0.000 0.0000
31+
vdw 3 0.000 0.0000
32+
33+
charge 1 0.000
34+
charge 2 0.6791
35+
charge 3 -1.3582

0 commit comments

Comments
 (0)