Skip to content

Commit cbc8f9f

Browse files
authored
Merge pull request #681 from sevyharris/surface_dissociation_vdW_forbidden_N
Forbid charged nitrogen species from breaking to prevent AtomType error on N++ species
2 parents f48dae1 + c6f4217 commit cbc8f9f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • input/kinetics/families/Surface_Dissociation_vdW

input/kinetics/families/Surface_Dissociation_vdW/groups.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
group =
3636
"""
3737
multiplicity [1]
38-
1 *1 R!H u0 px cx {2,[S,D]}
39-
2 *2 R u0 px cx {1,[S,D]}
38+
1 *1 R!H u0 px c0 {2,[S,D]}
39+
2 *2 R u0 px c0 {1,[S,D]}
4040
3 *3 Xv u0 p0 c0
4141
""",
4242
kinetics = None,
@@ -58,7 +58,7 @@
5858
group =
5959
"""
6060
multiplicity [1]
61-
1 *1 R!H u0 px cx {2,S}
61+
1 *1 R!H u0 px c0 {2,S}
6262
2 *2 H u0 p0 c0 {1,S}
6363
3 *3 Xv u0 p0 c0
6464
""",
@@ -71,7 +71,7 @@
7171
group =
7272
"""
7373
multiplicity [1]
74-
1 *1 C u0 px cx {2,S}
74+
1 *1 C u0 px c0 {2,S}
7575
2 *2 H u0 p0 c0 {1,S}
7676
3 *3 Xv u0 p0 c0
7777
""",
@@ -84,7 +84,7 @@
8484
group =
8585
"""
8686
multiplicity [1]
87-
1 *1 O u0 px cx {2,S}
87+
1 *1 O u0 px c0 {2,S}
8888
2 *2 H u0 p0 c0 {1,S}
8989
3 *3 Xv u0 p0 c0
9090
""",
@@ -97,7 +97,7 @@
9797
group =
9898
"""
9999
multiplicity [1]
100-
1 *1 N u0 px cx {2,S}
100+
1 *1 N u0 px c0 {2,S}
101101
2 *2 H u0 p0 c0 {1,S}
102102
3 *3 Xv u0 p0 c0
103103
""",
@@ -154,7 +154,7 @@
154154
group =
155155
"""
156156
multiplicity [1]
157-
1 *1 C u0 px cx {2,S} {3,S} {4,D}
157+
1 *1 C u0 px c0 {2,S} {3,S} {4,D}
158158
2 *2 H u0 p0 c0 {1,S}
159159
3 H u0 p0 c0 {1,S}
160160
4 R!H u0 px cx {1,D}
@@ -170,7 +170,7 @@
170170
"""
171171
multiplicity [1]
172172
1 R!H u0 px cx {2,S}
173-
2 *1 C u0 px cx {1,S} {3,S} {4,S} {5,S}
173+
2 *1 C u0 px c0 {1,S} {3,S} {4,S} {5,S}
174174
3 *2 H u0 p0 c0 {2,S}
175175
4 H u0 p0 c0 {2,S}
176176
5 H u0 p0 c0 {2,S}
@@ -198,7 +198,7 @@
198198
group =
199199
"""
200200
multiplicity [1]
201-
1 *1 R!H u0 px cx {2,[S,D]}
201+
1 *1 R!H u0 px c0 {2,[S,D]}
202202
2 *2 C u0 p0 c0 {1,[S,D]}
203203
3 *3 Xv u0 p0 c0
204204
""",

0 commit comments

Comments
 (0)