Skip to content

Commit

Permalink
added e to negative_charged list in make sample molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfarinajr committed Jan 23, 2021
1 parent b2b8626 commit 70ed641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmgpy/molecule/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,8 @@ def make_sample_molecule(self):
'O2sc', 'O4sc', 'O4dc', 'O4tc',
'P5sc', 'P5dc', 'P5ddc', 'P5tc', 'P5b',
'S2sc', 'S4sc', 'S4dc', 'S4tdc', 'S6sc', 'S6dc', 'S6tdc']
negative_charged = ['C2sc', 'C2dc', 'C2tc',
negative_charged = ['e',
'C2sc', 'C2dc', 'C2tc',
'N0sc', 'N1sc', 'N1dc', 'N5dddc',
'O0sc',
'P0sc', 'P1sc', 'P1dc', 'P5sc',
Expand Down

0 comments on commit 70ed641

Please sign in to comment.