Skip to content

Commit

Permalink
Update md rdkit default to match rdkit default, etkdgv3
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbade committed Apr 19, 2024
1 parent a56a713 commit d8fd694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isicle/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def set_geometry(self, geom):
self.geom = geom
self.basename = self.geom.basename

def configure(self, method: str = "distance", numConfs: int = 10, **kwargs):
def configure(self, method: str = "etkdgv3", numConfs: int = 10, **kwargs):
"""
Set conformer generation parameters.
Parameters
Expand Down

0 comments on commit d8fd694

Please sign in to comment.