Skip to content

Commit

Permalink
there are SO MANY rotamers
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Sep 5, 2020
1 parent 8105735 commit a420ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cctk/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run_xtb(molecule, nprocs=1, return_energy=False):
else:
return output_mol

def csearch(molecule, constraints=None, rotamers=True, nprocs=1, noncovalent=False, logfile=None):
def csearch(molecule, constraints=None, rotamers=False, nprocs=1, noncovalent=False, logfile=None):
"""
Run a conformational search on a molecule using ``crest``.
Expand Down

0 comments on commit a420ed5

Please sign in to comment.