Chemical Data Processing Library Python API - Version 1.1.1
|
Provides flags that are used to describe state changes of atoms and bonds in a reaction center. More...
Static Public Attributes | |
int | NONE = 0 |
Specifies that the atom or bond is not part of the reaction center. | |
int | BOND_BROKEN = 8 |
Specifies that the bond is broken by the reaction. | |
int | BOND_MADE = 4 |
Specifies that the bond is made by the reaction. | |
int | BOND_ORDER_CHANGE = 16 |
Specifies that the bond order is changed by the reaction. | |
int | EXACT_CHANGE = 128 |
Specifies that the change of the atom is exactly as specified. | |
int | IS_CENTER = 2 |
Specifies that the bond is part of the reaction center. | |
int | NO_CENTER = 1 |
Specifies for bonds in a reaction substructure search query that matching target bonds must not be part of a reaction center. | |
int | NO_CHANGE = 32 |
Specifies that the bond is left unaltered by the reaction. | |
int | STEREO_INVERSION = 64 |
Specifies that the configuration of the atom is inverted by the reaction. | |
int | STEREO_RETENTION = 128 |
Specifies that the configuration of the atom is retained in the reaction. | |
Provides flags that are used to describe state changes of atoms and bonds in a reaction center.