-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'boundaryAtom' attribute to all unimolecular families
This attribute states the most inward atom labels that overlaps between the end groups and backbones. It is useful for helping to separate the backbone from the end group for unit-testing.
- Loading branch information
Showing
20 changed files
with
2,399 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ | |
['LOSE_RADICAL', '*3', '1'], | ||
]) | ||
|
||
boundaryAtoms = ["*1", "*3"] | ||
|
||
entry( | ||
index = 1, | ||
label = "XSYJ", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ | |
kinetics = None, | ||
) | ||
|
||
boundaryAtoms = ["*1", "*2"] | ||
|
||
entry( | ||
index = 2, | ||
label = "Y_rad_out", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ | |
['LOSE_RADICAL', '*1', '1'], | ||
]) | ||
|
||
boundaryAtoms = ["*1", "*2"] | ||
|
||
entry( | ||
index = 1, | ||
label = "RnOO", | ||
|
Oops, something went wrong.