Skip to content

Commit

Permalink
Don't set old-style Lennard-Jones well depths
Browse files Browse the repository at this point in the history
We don't use Lennard-Jones scoring here, so just
skip setting the well depths.
  • Loading branch information
benmwebb committed Feb 27, 2025
1 parent 6bae712 commit f6d2120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyext/src/restraints/stereochemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ def __init__(self, root, ff_temp=300.0, zone_ps=None, zone_size=10.0,
print('init bonds score', r.unprotected_evaluate(None))
self.bonds_rs.add_restraint(r)
ff.add_radii(root)
ff.add_well_depths(root)

atoms = IMP.atom.get_by_type(root, IMP.atom.ATOM_TYPE)
# non-bonded forces
Expand Down

0 comments on commit f6d2120

Please sign in to comment.