![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Provides constants for the specification of atom hybridization states. More...
Inheritance diagram for CDPL.Chem.HybridizationState:Static Public Attributes | |
| int | UNKNOWN = 0 |
| Specifies an unknown hybridization state. | |
| int | DP = 4 |
| Specifies the hybridization dp. | |
| int | SD3 = 5 |
| Specifies the hybridization state sd3. | |
| int | SP = 1 |
| Specifies the hybridization state sp. | |
| int | SP1 = 1 |
| Specifies the hybridization state sp1. | |
| int | SP2 = 2 |
| Specifies the hybridization state sp2. | |
| int | SP2D = 6 |
| Specifies the hybridization state sp2d. | |
| int | SP3 = 3 |
| Specifies the hybridization state sp3. | |
| int | SP3D = 7 |
| Specifies the hybridization state sp3d. | |
| int | SP3D2 = 8 |
| Specifies the hybridization state sp3d2. | |
| int | SP3D3 = 9 |
| Specifies the hybridization state sp3d3. | |
Provides constants for the specification of atom hybridization states.