Skip to content

Commit

Permalink
Added Boron to simple_regularization
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed May 2, 2024
1 parent 3cd8c26 commit 2a58be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/data/kinetics/family.py
Expand Up @@ -3595,7 +3595,7 @@ def simple_regularization(self, node, template_rxn_map, test=True):
grp = node.item
rxns = template_rxn_map[node.label]

R = ['H', 'C', 'N', 'O', 'Si', 'S', 'Cl', 'F', 'Br'] # set of possible R elements/atoms
R = ['H', 'C', 'N', 'O', 'Si', 'S', 'Cl', 'F', 'Br', 'B'] # set of possible R elements/atoms
R = [ATOMTYPES[x] for x in R]

RnH = R[:]
Expand Down

0 comments on commit 2a58be2

Please sign in to comment.