Skip to content

OptimizeMolecule and OptimizeMoleculeConfs Argument? #3819

Answered by greglandrum
xiaoruiDong asked this question in Q&A
Discussion options

You must be logged in to vote

This looks like a bug in the OptimizeMoleculeConfs() functions. We'll take a look.

In the meantime, if you want to optimize all the conformers without providing the force field, you can do:

Chem.rdForceFieldHelpers.MMFFOptimizeMoleculeConfs(mol)

Or if you want to provide the force field (so that you can set constraints) you can loop over the conformers individually and provide the confId argument when you construct the force field.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xiaoruiDong
Comment options

Answer selected by xiaoruiDong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants