Chemical Data Processing Library Python API - Version 1.1.1
|
Provides constants that are used to specify the cis/trans configuration of bonds. More...
Static Public Attributes | |
int | UNDEF = 0 |
Specifies that the configuration of the bond is completely undefined. | |
int | NONE = 1 |
Specifies that a bond does not meet the requirements to be assigned a configuration. | |
int | TRANS = 2 |
Specifies that the bond has trans configuration. | |
int | CIS = 4 |
Specifies that the bond has cis configuration. | |
int | EITHER = 8 |
Specifies that the bond meets the requirements but has no defined configuration. | |
Provides constants that are used to specify the cis/trans configuration of bonds.