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 Mar 8, 2024
1 parent 8d2b868 commit bd46b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/data/kinetics/family.py
Expand Up @@ -3631,7 +3631,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 bd46b41

Please sign in to comment.