![]() |
Chemical Data Processing Library Python API - Version 1.1.1
|
Contains classes and functions related to conformer ensemble generation. More...
Classes | |
| class | CallbackFunction |
| A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]). More... | |
| class | CanonicalFragment |
| CanonicalFragment. More... | |
| class | CFLMoleculeInputHandler |
| A handler for the input of molecule data from conformer generator fragment libraries. More... | |
| class | CFLMoleculeReader |
| A reader for molecule data in the native I/O format of the CDPL. More... | |
| class | ConformerData |
| class | ConformerGenerator |
| class | ConformerGeneratorSettings |
| class | ConformerSamplingMode |
| Provides constants used to specify the employed conformer sampling method. More... | |
| class | ControlParameter |
| Provides keys for built-in control-parameters. More... | |
| class | ControlParameterDefault |
| Provides default values for built-in control-parameters. More... | |
| class | DataFormat |
| Provides preinitialized Base.DataFormat objects for all supported data formats. More... | |
| class | DGConstraintGenerator |
| class | DGConstraintGeneratorSettings |
| class | DGStructureGenerator |
| class | DGStructureGeneratorSettings |
| class | FileCFLMoleculeReader |
| class | ForceFieldType |
| Provides constants that are used to specify the forcefield that shall be used for 3D coordinates refinement and energy calculations. More... | |
| class | FragmentAssembler |
| class | FragmentAssemblerSettings |
| class | FragmentConformerGenerator |
| class | FragmentConformerGeneratorSettings |
| class | FragmentLibrary |
| class | FragmentLibraryEntry |
| FragmentLibraryEntry. More... | |
| class | FragmentLibraryGenerator |
| FragmentLibraryGenerator. More... | |
| class | FragmentType |
| Provides constants that are used to describe the nature of fragments used to build-up molecule 3D models. More... | |
| class | LogMessageCallbackFunction |
| A generic wrapper class used to store a user-defined callback functions. More... | |
| class | NitrogenEnumerationMode |
| Provides constants that are used to specify the mode of invertible nitrogen enumeration. More... | |
| class | ReturnCode |
| Provides constants that are used to describe the result of operations related to conformer generation. More... | |
| class | RMSDConformerSelector |
| class | StructureGenerationMode |
| Provides constants used to specify the employed structure generation method. More... | |
| class | StructureGenerator |
| class | StructureGeneratorSettings |
| class | TorsionCategory |
| class | TorsionDriver |
| class | TorsionDriverSettings |
| class | TorsionLibrary |
| class | TorsionRule |
| class | TorsionRuleMatch |
| class | TorsionRuleMatcher |
Contains classes and functions related to conformer ensemble generation.
| bool CDPL.ConfGen.isRotatableBond | ( | Chem.Bond | bond, |
| Chem.MolecularGraph | molgraph, | ||
| bool | het_h_rotors | ||
| ) |
| bond | |
| molgraph | |
| het_h_rotors |
| bool CDPL.ConfGen.isFragmentLinkBond | ( | Chem.Bond | bond, |
| Chem.MolecularGraph | molgraph | ||
| ) |
| bond | |
| molgraph |
| int CDPL.ConfGen.setupFixedSubstructureData | ( | Chem.CommonConnectedSubstructureSearch | sub_search, |
| int | max_num_matches, | ||
| Chem.MolecularGraph | molgraph, | ||
| Chem.Fragment | fixed_substr, | ||
| Math.Vector3DArray | fixed_substr_coords = 0 |
||
| ) |
| sub_search | |
| max_num_matches | |
| molgraph | |
| fixed_substr | |
| fixed_substr_coords |
| None CDPL.ConfGen.clearStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| bool CDPL.ConfGen.hasStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| bool CDPL.ConfGen.getStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr | ) |
| cntnr |
| None CDPL.ConfGen.setStrictErrorCheckingParameter | ( | Base.ControlParameterContainer | cntnr, |
| bool | strict | ||
| ) |
| cntnr | |
| strict |
| int CDPL.ConfGen.perceiveFragmentType | ( | Chem.MolecularGraph | molgraph | ) |
| molgraph |
| None CDPL.ConfGen.initFixedSubstructureTemplate | ( | Chem.MolecularGraph | molgraph, |
| bool | init_match_expr | ||
| ) |
| molgraph | |
| init_match_expr |
| int CDPL.ConfGen.createRotatableBondMask | ( | Chem.MolecularGraph | molgraph, |
| Util.BitSet | bond_mask, | ||
| bool | het_h_rotors, | ||
| bool | reset = True |
||
| ) |
| molgraph | |
| bond_mask | |
| het_h_rotors | |
| reset |
| int CDPL.ConfGen.createRotatableBondMask | ( | Chem.MolecularGraph | molgraph, |
| Util.BitSet | excl_bond_mask, | ||
| Util.BitSet | bond_mask, | ||
| bool | het_h_rotors, | ||
| bool | reset = True |
||
| ) |
| molgraph | |
| excl_bond_mask | |
| bond_mask | |
| het_h_rotors | |
| reset |
| int CDPL.ConfGen.createFragmentLinkBondMask | ( | Chem.MolecularGraph | molgraph, |
| Util.BitSet | bond_mask, | ||
| bool | reset = True |
||
| ) |
| molgraph | |
| bond_mask | |
| reset |
| bool CDPL.ConfGen.initFixedSubstructurePattern | ( | Chem.MolecularGraph | molgraph, |
| Chem.MolecularGraph | tmplt | ||
| ) |
| molgraph | |
| tmplt |
| int CDPL.ConfGen.parameterizeMMFF94Interactions | ( | Chem.MolecularGraph | molgraph, |
| ForceField.MMFF94InteractionParameterizer | parameterizer, | ||
| ForceField.MMFF94InteractionData | param_data, | ||
| int | ff_type, | ||
| bool | strict, | ||
| float | estat_de_const, | ||
| float | estat_dist_expo | ||
| ) |
| molgraph | |
| parameterizer | |
| param_data | |
| ff_type | |
| strict | |
| estat_de_const | |
| estat_dist_expo |
| int CDPL.ConfGen.getRotatableBondCount | ( | Chem.MolecularGraph | molgraph, |
| bool | het_h_rotors | ||
| ) |
| molgraph | |
| het_h_rotors |
| None CDPL.ConfGen.prepareForConformerGeneration | ( | Chem.Molecule | mol, |
| bool | canonicalize = False |
||
| ) |
| mol | |
| canonicalize |
| int CDPL.ConfGen.setupFixedSubstructureData | ( | Chem.SubstructureSearch | sub_search, |
| int | max_num_matches, | ||
| Chem.MolecularGraph | molgraph, | ||
| Chem.Fragment | fixed_substr, | ||
| Math.Vector3DArray | fixed_substr_coords = 0 |
||
| ) |
| sub_search | |
| max_num_matches | |
| molgraph | |
| fixed_substr | |
| fixed_substr_coords |