Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.ConfGen.ReturnCode Class Reference

Provides constants that are used to describe the result of operations related to conformer generation. More...

+ Inheritance diagram for CDPL.ConfGen.ReturnCode:

Static Public Attributes

int SUCCESS = 0
 
int UNINITIALIZED = 1
 
int TIMEOUT = 2
 
int ABORTED = 3
 
int FORCEFIELD_SETUP_FAILED = 4
 
int FORCEFIELD_MINIMIZATION_FAILED = 5
 
int FRAGMENT_LIBRARY_NOT_SET = 6
 
int FRAGMENT_CONF_GEN_FAILED = 7
 
int FRAGMENT_CONF_GEN_TIMEOUT = 8
 
int FRAGMENT_ALREADY_PROCESSED = 9
 
int TORSION_DRIVING_FAILED = 10
 
int CONF_GEN_FAILED = 11
 
int TOO_MUCH_SYMMETRY = 12
 
int MAX_ROT_BOND_COUNT_EXCEEDED = 13
 
int NO_FIXED_SUBSTRUCT_COORDS = 14
 

Detailed Description

Provides constants that are used to describe the result of operations related to conformer generation.