Skip to content

Commit 87efc7a

Browse files
committed
Rename the functional element N2d to N1d
- to be consistent with the definition of N3 and N5 - N1d is a nitrogen atom that has one single bond and provides one electron to bonding e.g.: H2NN 1 H 0 0 {3,S} 2 H 0 0 {3,S} 3 N5d 0 0 {1,S} {2,S} {4,D} 4 N1d 0 2 {3,D}
1 parent 722d61c commit 87efc7a

2 files changed

Lines changed: 28 additions & 6 deletions

File tree

input/kinetics/families/R_Addition_MultipleBond/groups.py

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26432,7 +26432,7 @@
2643226432
entry(
2643326433
index = 314,
2643426434
label = "Nd_R",
26435-
group = "OR{N3d_R}",
26435+
group = "OR{N1d_R,N3d_R}",
2643626436
kinetics = None,
2643726437
reference = None,
2643826438
referenceType = "",
@@ -28049,6 +28049,27 @@
2804928049
],
2805028050
)
2805128051

28052+
entry(
28053+
index = 394,
28054+
label = "N1d_R",
28055+
group =
28056+
"""
28057+
1 *1 N1d 0 2 {2,D}
28058+
2 *2 R!H 0 0 {1,D}
28059+
""",
28060+
kinetics = None,
28061+
reference = None,
28062+
referenceType = "",
28063+
shortDesc = u"""""",
28064+
longDesc =
28065+
u"""
28066+
28067+
""",
28068+
history = [
28069+
("Mon Nov 4 10:25:25 2013","Beat Buesser <bbuesser@mit.edu>","action","""Beat Buesser <bbuesser@mit.edu> created this value."""),
28070+
],
28071+
)
28072+
2805228073
tree(
2805328074
"""
2805428075
L1: R_R
@@ -28942,6 +28963,7 @@
2894228963
L4: Od_N3d
2894328964
L4: Od_N5d
2894428965
L2: Nd_R
28966+
L3: N1d_R
2894528967
L3: N3d_R
2894628968
L4: N3d_Cd
2894728969
L5: N3d_Cds

input/thermo/groups/group.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47866,7 +47866,7 @@
4786647866
label = "N",
4786747867
group =
4786847868
"""
47869-
1 * {N2d,N3s,N3d,N3t,N5s,N5d,N5dd,N5t} 0
47869+
1 * {N1d,N3s,N3d,N3t,N5s,N5d,N5dd,N5t} 0
4787047870
""",
4787147871
thermo = ThermoData(
4787247872
Tdata = ([300,400,500,600,800,1000,1500],'K'),
@@ -47886,10 +47886,10 @@
4788647886

4788747887
entry(
4788847888
index = 1922,
47889-
label = "N2d",
47889+
label = "N1d",
4789047890
group =
4789147891
"""
47892-
1 * N2d 0
47892+
1 * N1d 0 2
4789347893
""",
4789447894
thermo = ThermoData(
4789547895
Tdata = ([300,400,500,600,800,1000,1500],'K'),
@@ -47912,7 +47912,7 @@
4791247912
label = "N3s",
4791347913
group =
4791447914
"""
47915-
1 * N3s 0
47915+
1 * N3s 0 1
4791647916
""",
4791747917
thermo = None,
4791847918
shortDesc = u"""""",
@@ -51353,7 +51353,7 @@
5135351353
L5: Ss-CtCb
5135451354
L5: Ss-CbCb
5135551355
L2: N
51356-
L3: N2d
51356+
L3: N1d
5135751357
L3: N3s
5135851358
L4: N3s-CHH
5135951359
L5: N3s-CsHH

0 commit comments

Comments
 (0)