Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed May 9, 2017
1 parent bb6668d commit 53ff0ec
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 @@ -101,7 +101,7 @@ def getRMS(mol, c1,c2):
for conf in cids:
#not passing confID only minimizes the first conformer
if options.nomin:
cenergy.append(cid)
cenergy.append(conf)
if options.mmff:
converged = Chem.MMFFOptimizeMolecule(mol,confId=conf)
mp = Chem.MMFFGetMoleculeProperties(mol)
Expand Down

0 comments on commit 53ff0ec

Please sign in to comment.