We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
S
1 parent 12630e1 commit bdbf41eCopy full SHA for bdbf41e
1 file changed
rmgpy/molecule/atomtypedatabase.py
@@ -79,7 +79,8 @@ def create_atom_types():
79
#bivalent:
80
bivalent = []
81
for type in [Xs, Xd]:
82
- bivalent.extend(create_types(type, ['O', 'S']))
+ #bivalent.extend(create_types(type, ['O', 'S']))
83
+ bivalent.extend(create_types(type, ['O']))
84
85
for at in bivalent: at.lp = 2
86
0 commit comments