Skip to content

Commit

Permalink
bf nomin
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed May 14, 2017
1 parent 53ff0ec commit ea82e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def getRMS(mol, c1,c2):
#not passing confID only minimizes the first conformer
if options.nomin:
cenergy.append(conf)
if options.mmff:
elif options.mmff:
converged = Chem.MMFFOptimizeMolecule(mol,confId=conf)
mp = Chem.MMFFGetMoleculeProperties(mol)
cenergy.append(Chem.MMFFGetMoleculeForceField(mol,mp,confId=conf).CalcEnergy())
Expand Down

0 comments on commit ea82e84

Please sign in to comment.