Skip to content

Commit

Permalink
fixup! atomtypedatabase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jun 17, 2017
1 parent fba29bb commit 2bbfb2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rmgpy/molecule/atomtypedatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ def create_atom_types():

#tetravalent:

tetravalent = []
for type in [Xs, Xd, Xdd, Xt, Xb, Xbf]:
#tetravalent.extend(create_types(type, ['C', 'Si']))
tetravalent.extend(create_types(type, ['C']))
# tetravalent = []
# for type in [Xs, Xd, Xdd, Xt, Xb, Xbf]:
# #tetravalent.extend(create_types(type, ['C', 'Si']))
# tetravalent.extend(create_types(type, ['C']))

for at in tetravalent: at.lp = 0
# for at in tetravalent: at.lp = 0

atomtypes.extend(tetravalent)
# atomtypes.extend(tetravalent)

#bivalent:
# bivalent = []
Expand Down

0 comments on commit 2bbfb2d

Please sign in to comment.