stko.MMFF
- class stko.MMFF(ignore_inter_interactions=True)[source]
Bases:
OptimizerUse the MMFF force field in
rdkitto optimize molecules.See also
rdkit: https://www.rdkit.org/
Warning
this optimizer seems to be machine dependant, producing different energies after optimisation on Ubunut 18 vs. Ubuntu 20.
Examples
import stk import stko mol = stk.BuildingBlock('NCCNCCN') mmff = stko.MMFF() opt_mol = mmff.optimize(mol)
Methods
Optimize mol.
- Parameters:
ignore_inter_interactions (bool)