Skip to content

Commit

Permalink
h bond defn
Browse files Browse the repository at this point in the history
  • Loading branch information
sjklipp committed Sep 2, 2021
1 parent 7b5c8db commit 8d92eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automol/geom/_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@ def is_unique(geo, geo_lst, check_dct=None):
return unique, like_idx


def hydrogen_bonded_structure(geo, grxn=None,
dist_thresh=4.55, angle_thresh=1.92):
# def hydrogen_bonded_structure(geo, grxn=None,
# dist_thresh=4.92, angle_thresh=1.92):
# def hydrogen_bonded_structure(geo, grxn=None,
# dist_thresh=5.3, angle_thresh=1.92):
def hydrogen_bonded_structure(geo, grxn=None,
dist_thresh=4.55, angle_thresh=1.92):
""" Compare bond lengths in structure to determine if there
is a hydrogen bond
Expand Down

0 comments on commit 8d92eb4

Please sign in to comment.