Package com.actelion.research.chem.conf
Class ConformerSetGenerator
- java.lang.Object
-
- com.actelion.research.chem.conf.ConformerSetGenerator
-
public class ConformerSetGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConformerSetGenerator()
STRATEGY_LIKELY_RANDOM was evaluated to be the best strategy for reproducing bioactive conformers (J.W.ConformerSetGenerator(boolean useFF)
ConformerSetGenerator(boolean useFF, long seed)
ConformerSetGenerator(int maxNrConfs, int strategy, boolean useFF, long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConformerSet
generateConformerSet(StereoMolecule mol)
-
-
-
Constructor Detail
-
ConformerSetGenerator
public ConformerSetGenerator(int maxNrConfs, int strategy, boolean useFF, long seed)
-
ConformerSetGenerator
public ConformerSetGenerator()
STRATEGY_LIKELY_RANDOM was evaluated to be the best strategy for reproducing bioactive conformers (J.W. 05/19)
-
ConformerSetGenerator
public ConformerSetGenerator(boolean useFF)
-
ConformerSetGenerator
public ConformerSetGenerator(boolean useFF, long seed)
-
-
Method Detail
-
generateConformerSet
public ConformerSet generateConformerSet(StereoMolecule mol)
-
-