Chemical Data Processing Library Python API - Version 1.0.0
|
Provides constants that are used to specify the R/S configuration of atoms. More...
Static Public Attributes | |
int | UNDEF = 0 |
Specifies that the configuration of the atom is undefined. | |
int | NONE = 1 |
Specifies that the atom is not a stereogenic center and thus cannot be assigned a configuration. | |
int | R = 2 |
Specifies that the atom has R configuration. | |
int | S = 4 |
Specifies that the atom has S configuration. | |
int | EITHER = 8 |
Specifies that the atom is a stereogenic center but has no defined configuration. | |
Provides constants that are used to specify the R/S configuration of atoms.