Skip to content

Commit

Permalink
add Boron atom type
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomart committed Dec 3, 2021
1 parent 97891e6 commit 17c88a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meeko/atomtyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class AtomTyper:
"alkyl glue": [
{"smarts": "[#1]", "atype": "H", "comment": "invisible"},
{"smarts": "[#1][#7,#8,#9,#15,#16]","atype": "HD"},
{"smarts": "[#5]", "atype": "B"},
{"smarts": "[C]", "atype": "C"},
{"smarts": "[c]", "atype": "A"},
{"smarts": "[#7]", "atype": "NA"},
Expand Down

0 comments on commit 17c88a8

Please sign in to comment.