|
| constexpr unsigned int | UNKNOWN = 0 |
| | Specifies an unknown hybridization state. More...
|
| |
| constexpr unsigned int | SP = 1 |
| | Specifies the hybridization state sp. More...
|
| |
| constexpr unsigned int | SP1 = SP |
| | Specifies the hybridization state sp1. More...
|
| |
| constexpr unsigned int | SP2 = 2 |
| | Specifies the hybridization state sp2. More...
|
| |
| constexpr unsigned int | SP3 = 3 |
| | Specifies the hybridization state sp3. More...
|
| |
| constexpr unsigned int | DP = 4 |
| | Specifies the hybridization dp. More...
|
| |
| constexpr unsigned int | SD3 = 5 |
| | Specifies the hybridization state sd3. More...
|
| |
| constexpr unsigned int | SP2D = 6 |
| | Specifies the hybridization state sp2d. More...
|
| |
| constexpr unsigned int | SP3D = 7 |
| | Specifies the hybridization state sp3d. More...
|
| |
| constexpr unsigned int | SP3D2 = 8 |
| | Specifies the hybridization state sp3d2. More...
|
| |
| constexpr unsigned int | SP3D3 = 9 |
| | Specifies the hybridization state sp3d3. More...
|
| |
Provides constants for the specification of atom hybridization states.