| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
EmbedParameters
Parameters controlling embedding
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 96
|
|||
|
|||
|
boxSizeMult determines the size of the box used for random coordinates |
|||
|
clearConfs clear all existing conformations on the molecule |
|||
|
enforceChirality enforce correct chirilaty if chiral centers are present |
|||
|
ignoreSmoothingFailures try and embed the molecule if if triangle smoothing of the bounds matrix fails |
|||
|
maxIterations maximum number of embedding attempts to use for a single conformation |
|||
|
numThreads number of threads to use when embedding multiple conformations |
|||
|
numZeroFail fail embedding if we have at least this many zero eigenvalues |
|||
|
onlyHeavyAtomsForRMS Only consider heavy atoms when doing RMS filtering |
|||
|
optimizerForceTol the tolerance to be used during the distance-geometry force field minimization |
|||
|
pruneRmsThresh used to filter multiple conformations: keep only conformations that are at least this far apart from each other |
|||
|
randNegEig if the embedding yields a negative eigenvalue, pick coordinates that correspond to this component at random |
|||
|
randomSeed seed for the random number generator |
|||
|
useBasicKnowledge impose basic-knowledge constraints such as flat rings |
|||
|
useExpTorsionAnglePrefs impose experimental torsion angle preferences |
|||
|
useRandomCoords start the embedding from random coordinates instead of using eigenvalues of the distance matrix |
|||
|
verbose be verbose about configuration |
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
|
|||
boxSizeMultdetermines the size of the box used for random coordinates
|
clearConfsclear all existing conformations on the molecule
|
enforceChiralityenforce correct chirilaty if chiral centers are present
|
ignoreSmoothingFailurestry and embed the molecule if if triangle smoothing of the bounds matrix fails
|
maxIterationsmaximum number of embedding attempts to use for a single conformation
|
numThreadsnumber of threads to use when embedding multiple conformations
|
numZeroFailfail embedding if we have at least this many zero eigenvalues
|
onlyHeavyAtomsForRMSOnly consider heavy atoms when doing RMS filtering
|
optimizerForceTolthe tolerance to be used during the distance-geometry force field minimization
|
pruneRmsThreshused to filter multiple conformations: keep only conformations that are at least this far apart from each other
|
randNegEigif the embedding yields a negative eigenvalue, pick coordinates that correspond to this component at random
|
randomSeedseed for the random number generator
|
useBasicKnowledgeimpose basic-knowledge constraints such as flat rings
|
useExpTorsionAnglePrefsimpose experimental torsion angle preferences
|
useRandomCoordsstart the embedding from random coordinates instead of using eigenvalues of the distance matrix
|
verbosebe verbose about configuration
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |