Skip to content

Commit b442df8

Browse files
committed
add rigid 4-site water treatment to OPTIMIZE & CRITICAL
1 parent 685d802 commit b442df8

17 files changed

+83
-281
lines changed

example/alatet.all

Lines changed: 0 additions & 172 deletions
This file was deleted.

example/alatet.dvol

Lines changed: 0 additions & 46 deletions
This file was deleted.

example/dang.key

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
###################################################################
66

77
parameters NONE
8-
9-
group-molecule
10-
polar-eps 0.000001
8+
rattle WATER
119

1210
vdwtype LENNARD-JONES
1311
radiusrule ARITHMETIC
@@ -16,6 +14,7 @@ radiussize DIAMETER
1614
epsilonrule GEOMETRIC
1715
dielectric 1.0
1816
polarization MUTUAL
17+
polar-eps 0.000001
1918
mutual-11-scale 0.0
2019

2120
## Dang-Chang Parameters (J Chem Phys, 106, 8149-8159, 1997)

example/nada.key

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters NONE
88
verbose
99
#debug
1010

11-
group-molecule
11+
rattle WATER
1212

1313
vdwtype LENNARD-JONES
1414
radiusrule GEOMETRIC

example/opc.key

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
################################################
66

77
parameters NONE
8-
9-
group-molecule
8+
rattle WATER
109

1110
vdwtype LENNARD-JONES
1211
radiusrule ARITHMETIC

example/pol3.key

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
################################################################
66

77
parameters NONE
8-
9-
group-molecule
8+
rattle WATER
109

1110
vdwtype LENNARD-JONES
1211
radiusrule ARITHMETIC
@@ -19,6 +18,8 @@ polarization MUTUAL
1918
polar-eps 0.000001
2019
mutual-11-scale 0.0
2120

21+
## POL3 Parameters (J Chem Phys, 99, 6208-6219, 1995)
22+
2223
atom 1 O "POL3 Water O" 8 16.000 2
2324
atom 2 H "POL3 Water H" 1 1.008 1
2425

example/spc.key

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
#########################################################
66

77
parameters NONE
8-
9-
group-molecule
8+
rattle WATER
109

1110
vdwtype LENNARD-JONES
1211
radiusrule GEOMETRIC

example/tip3p.key

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
###########################################################
66

77
parameters NONE
8-
9-
group-molecule
8+
rattle WATER
109

1110
vdwtype LENNARD-JONES
1211
radiusrule GEOMETRIC

example/tip4p.key

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
##############################################################
66

77
parameters NONE
8-
9-
group-molecule
8+
rattle WATER
109

1110
vdwtype LENNARD-JONES
1211
radiusrule GEOMETRIC

make/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ connolly.o: faces.o inform.o iounit.o math.o
16991699
control.o: argue.o inform.o keys.o output.o
17001700
correlate.o: ascii.o atomid.o atoms.o files.o inform.o iounit.o
17011701
couple.o: sizes.o
1702-
critical.o: atoms.o files.o inform.o iounit.o keys.o minima.o output.o sizes.o usage.o
1702+
critical.o: atoms.o files.o freeze.o inform.o iounit.o keys.o minima.o output.o sizes.o usage.o
17031703
crystal.o: atomid.o atoms.o bound.o boxes.o couple.o files.o iounit.o math.o molcul.o
17041704
cspline.o: iounit.o
17051705
ctrpot.o:
@@ -2052,7 +2052,7 @@ opbend.o:
20522052
opdist.o:
20532053
openend.o:
20542054
openmp.o:
2055-
optimize.o: atoms.o bound.o files.o inform.o iounit.o scales.o usage.o
2055+
optimize.o: atoms.o bound.o files.o freeze.o inform.o iounit.o scales.o usage.o
20562056
optinit.o: bound.o inform.o keys.o output.o potent.o
20572057
optirot.o: files.o inform.o iounit.o math.o omega.o scales.o zcoord.o
20582058
optrigid.o: files.o group.o inform.o iounit.o math.o output.o rigid.o

0 commit comments

Comments
 (0)