Skip to content

Commit e10f1f2

Browse files
committed
several cosmetic changes including corrections to documentation as well as corrections to comments that appear in the new OPLSAA examples
1 parent 5f67691 commit e10f1f2

File tree

193 files changed

+36
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+36
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion

examples/all_atom/force_field_OPLSAA/README.md

Lines changed: 8 additions & 9 deletions

examples/all_atom/force_field_OPLSAA/benzene+benzoic_acid/README.md

Lines changed: 2 additions & 5 deletions

examples/all_atom/force_field_OPLSAA/benzene+benzoic_acid/moltemplate_files/benzoic_acid.lt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,36 @@ import "oplsaa.lt"
99
# For this simple molecule, most of the atom types from OPLSAA were easy to guess:
1010
#
1111
# See the "oplsaa.lt" file for explanation of atom types. Excerpt:
12-
# Atom type @atom:145 corresponds to "C | Benzene C"
13-
# Atom type @atom:146 corresponds to "H | Benzene H"
14-
# Atom type @atom:165 corresponds to "C | Cipso in styrene"
15-
# Atom type @atom:267 corresponds to "C | Co in CCOOH carboxylic acid" (generic)
16-
# Atom type @atom:470 corresponds to "C | Co in benzoic acid" (use this instead)
17-
# Atom type @atom:268 corresponds to "O | Oh in CCOOH R in RCOOH is"
18-
# Atom type @atom:269 corresponds to "O | Oc in CCOOH neutral; use 135-140"
19-
# Atom type @atom:270 corresponds to "H | H in CCOOH"
12+
# Atom type @atom:145 corresponds to "C - CA | Benzene C"
13+
# Atom type @atom:146 corresponds to "H - HA | Benzene H"
14+
# Atom type @atom:165 corresponds to "C - CA | Cipso in styrene"
15+
# Atom type @atom:267 corresponds to "C - C~ | Co in CCOOH carboxylic acid" (generic)
16+
# Atom type @atom:470 corresponds to "C - C~ | Co in benzoic acid" (use this instead)
17+
# Atom type @atom:268 corresponds to "O - OH | Oh in CCOOH R in RCOOH is"
18+
# Atom type @atom:269 corresponds to "O - O~ | Oc in CCOOH neutral; use 135-140"
19+
# Atom type @atom:270 corresponds to "H - HO | H in CCOOH"
2020

2121

2222
BenzoicAcid inherits OPLSAA {
2323

2424
# atom-id mol-id atom-type charge X Y Z # comment
2525

2626
write("Data Atoms") {
27-
$atom:co $mol @atom:470 0.0 1.647 -0.077 0.001 # C | Co in benzoic acid
28-
$atom:o1 $mol @atom:269 0.0 2.221 -1.147 0.001 # O | Oc in CCOOH neutral
29-
$atom:o2 $mol @atom:268 0.0 2.357 1.068 -0.004 # O⋄ | Oh in CCOOH R in RCOOH
30-
$atom:ho2 $mol @atom:270 0.0 3.321 0.987 -0.007 # H⋄ | H in CCOOH
31-
$atom:c1 $mol @atom:165 0.0 0.171 -0.030 0.000 # C⋄ | Cipso in styrene"
32-
$atom:c2 $mol @atom:145 0.0 -0.569 -1.214 -0.000 # C⋄ | Benzene C
33-
$atom:c3 $mol @atom:145 0.0 -1.947 -1.163 -0.001 # C⋄ | Benzene C
34-
$atom:c4 $mol @atom:145 0.0 -2.597 0.058 -0.002 # C⋄ | Benzene C
35-
$atom:c5 $mol @atom:145 0.0 -1.871 1.236 -0.002 # C⋄ | Benzene C
36-
$atom:c6 $mol @atom:145 0.0 -0.492 1.199 0.006 # C⋄ | Benzene C
37-
$atom:h2 $mol @atom:146 0.0 -0.062 -2.168 -0.000 # H⋄ | Benzene H
38-
$atom:h3 $mol @atom:146 0.0 -2.520 -2.078 -0.001 # H⋄ | Benzene H
39-
$atom:h4 $mol @atom:146 0.0 -3.677 0.093 -0.003 # H⋄ | Benzene H
40-
$atom:h5 $mol @atom:146 0.0 -2.385 2.186 -0.002 # H⋄ | Benzene H
41-
$atom:h6 $mol @atom:146 0.0 0.074 2.119 0.011 # H⋄ | Benzene H
27+
$atom:co $mol @atom:470 0.0 1.647 -0.077 0.001 # C~ | Co in benzoic acid
28+
$atom:o1 $mol @atom:269 0.0 2.221 -1.147 0.001 # O~ | Oc in CCOOH neutral
29+
$atom:o2 $mol @atom:268 0.0 2.357 1.068 -0.004 # OH | Oh in CCOOH R in RCOOH
30+
$atom:ho2 $mol @atom:270 0.0 3.321 0.987 -0.007 # HO | H in CCOOH
31+
$atom:c1 $mol @atom:165 0.0 0.171 -0.030 0.000 # CA | Cipso in styrene"
32+
$atom:c2 $mol @atom:145 0.0 -0.569 -1.214 -0.000 # CA | Benzene C
33+
$atom:c3 $mol @atom:145 0.0 -1.947 -1.163 -0.001 # CA | Benzene C
34+
$atom:c4 $mol @atom:145 0.0 -2.597 0.058 -0.002 # CA | Benzene C
35+
$atom:c5 $mol @atom:145 0.0 -1.871 1.236 -0.002 # CA | Benzene C
36+
$atom:c6 $mol @atom:145 0.0 -0.492 1.199 0.006 # CA | Benzene C
37+
$atom:h2 $mol @atom:146 0.0 -0.062 -2.168 -0.000 # HA | Benzene H
38+
$atom:h3 $mol @atom:146 0.0 -2.520 -2.078 -0.001 # HA | Benzene H
39+
$atom:h4 $mol @atom:146 0.0 -3.677 0.093 -0.003 # HA | Benzene H
40+
$atom:h5 $mol @atom:146 0.0 -2.385 2.186 -0.002 # HA | Benzene H
41+
$atom:h6 $mol @atom:146 0.0 0.074 2.119 0.011 # HA | Benzene H
4242
}
4343

4444
# Note1: LAMMPS expects an integer in the 2nd column (the Molecule-ID number).

0 commit comments

Comments
 (0)