1.1. molpher package¶
The main Python package. All features of the library are located here.
1.1.1. Subpackages¶
- 1.1.1.1. molpher.core package
- 1.1.1.1.1. Modules
- 1.1.1.1.1.1. molpher.core.ExplorationData module
- 1.1.1.1.1.2. molpher.core.ExplorationTree module
- 1.1.1.1.1.3. molpher.core.MolpherMol module
- 1.1.1.1.1.4. molpher.core.MolpherAtom module
- 1.1.1.1.1.5. molpher.core.morphing module
- 1.1.1.1.1.6. molpher.core.selectors module
- 1.1.1.1.1.7. molpher.core.operations module
- 1.1.1.1.2. Subpackages
- 1.1.1.1.3. Module contents
- 1.1.1.1.1. Modules
- 1.1.1.2. molpher.algorithms package
- 1.1.1.3. molpher.swig_wrappers package
- 1.1.1.4. molpher.examples package
1.1.2. Module contents¶
When this module is imported, some actions are automatically performed (see below).
-
molpher.wrappers¶ A reference to the molpher.swig_wrappers.core module. All proxy classes generated by SWIG are available under this shortcut.
-
molpher.load_SAScore(path)[source]¶ Loads the data file used for the computation of the syntetic feasibility scores. This is performed automatically when the
molpherpackage is imported. Use it only if you want to use a data file different from the dafault one.Parameters: path ( str) – path to theSAScore.datfileReturns: None