Chemical Data Processing Library Python API - Version 1.0.0
|
Provides constants that are used to specify the E/Z configuration of double bonds. More...
Static Public Attributes | |
int | UNDEF = 0 |
Specifies that the configuration of the bond is undefined. | |
int | NONE = 1 |
Specifies that a bond does not meet the requirements (e.g. More... | |
int | E = 2 |
Specifies that the bond has E configuration. | |
int | TRANS = 2 |
Specifies that the bond has TRANS configuration. | |
int | Z = 4 |
Specifies that the bond has Z configuration. | |
int | CIS = 4 |
Specifies that the bond has CIS configuration. | |
int | EITHER = 8 |
Specifies that the bond meets all requirements but has no defined configuration. | |
Provides constants that are used to specify the E/Z configuration of double bonds.
|
static |
Specifies that a bond does not meet the requirements (e.g.
not a double bond or symmetric) to be assigned a configuration.