Skip to content

Commit

Permalink
New acceptor SMARTS for halogen bond
Browse files Browse the repository at this point in the history
  • Loading branch information
asiomchen committed Mar 1, 2024
1 parent 095798d commit a702c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolif/interactions/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class XBAcceptor(DoubleAngle):

def __init__(
self,
acceptor="[#7,#8,P,S,Se,Te,a;!+{1-}][*]",
acceptor="[#7,#8,P,S,Se,Te,a;!+{1-}]!#[*]",
donor="[#6,#7,Si,F,Cl,Br,I]-[Cl,Br,I,At]",
distance=3.5,
AXD_angle=(130, 180),
Expand Down

0 comments on commit a702c20

Please sign in to comment.