Skip to content

Commit f7f7e19

Browse files
committed
Add ranks to some thermo cyclic groups.
Assign a rank of 10 to the topmost generic node, because it usually indicates a very poor estimate. Assign rank of 1 to the aromatic nodes in 'ring' groups, that way RMG selects the aromatic estimate rather than the others.
1 parent 7aa6f2e commit f7f7e19

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

input/thermo/groups/polycyclic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
u"""
2525
2626
""",
27+
rank = 10,
2728
)
2829

2930
entry(

input/thermo/groups/ring.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
u"""
2525
2626
""",
27+
rank = 10,
2728
)
2829

2930

@@ -45,6 +46,7 @@
4546
u"""
4647
Ring correction is zero because RMG uses Cb group corrections instead in the case of a ring containing Cb bonds
4748
""",
49+
rank = 1,
4850
)
4951

5052

@@ -71,6 +73,7 @@
7173
u"""
7274
Ring correction is zero because RMG uses Cb group corrections instead in the case of a ring containing Cb bonds
7375
""",
76+
rank = 1,
7477
)
7578

7679
entry(

0 commit comments

Comments
 (0)