Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.MolProp.CoordinationGeometry Class Reference

Provides constants used to specify the spatial geometry of atom arrangements around a common central atom. More...

+ Inheritance diagram for CDPL.MolProp.CoordinationGeometry:

Static Public Attributes

int UNDEF = 0
 Specifies undefined or unknown geometry.
 
int NONE = 1
 Specifies that a geometry cannot be assigned due to the lack of enough (>1) defining entities.
 
int LINEAR = 2
 Specifies linear geometry.
 
int TRIGONAL_PLANAR = 3
 Specifies trigonal planar geometry.
 
int TETRAHEDRAL = 4
 Specifies tetrahedral geometry.
 
int TRIGONAL_BIPYRAMIDAL = 5
 Specifies trigonal bipyramidal geometry.
 
int OCTAHEDRAL = 6
 Specifies octahedral geometry.
 
int PENTAGONAL_BIPYRAMIDAL = 7
 Specifies pentagonal bipyramidal geometry.
 
int SQUARE_ANTIPRISMATIC = 8
 Specifies square antiprismatic geometry.
 
int BENT = 9
 Specifies bent geometry.
 
int TRIGONAL_PYRAMIDAL = 10
 Specifies trigonal pyramidal geometry.
 
int SQUARE_PLANAR = 11
 Specifies square planar geometry.
 
int SQUARE_PYRAMIDAL = 12
 Specifies square pyramidal geometry.
 
int T_SHAPED = 13
 Specifies T-shaped geometry.
 
int SEESAW = 14
 Specifies seesaw geometry.
 
int PENTAGONAL_PYRAMIDAL = 15
 Specifies pentagonal pyramidal geometry.
 
int PENTAGONAL_PLANAR = 16
 Specifies pentagonal planar geometry.
 

Detailed Description

Provides constants used to specify the spatial geometry of atom arrangements around a common central atom.