29 #ifndef CDPL_CHEM_ATOMCONFIGURATION_HPP
30 #define CDPL_CHEM_ATOMCONFIGURATION_HPP
42 namespace AtomConfiguration
48 constexpr
unsigned int UNDEF = 0;
53 constexpr
unsigned int NONE = 0x1;
58 constexpr
unsigned int R = 0x2;
63 constexpr
unsigned int S = 0x4;
73 constexpr
unsigned int SP = 16;
78 constexpr
unsigned int TB =
SP + 4;
83 constexpr
unsigned int OH =
TB + 21;
constexpr unsigned int S
Specifies that the atom has S configuration.
Definition: AtomConfiguration.hpp:63
constexpr unsigned int UNDEF
Specifies that the configuration of the atom is completely undefined.
Definition: AtomConfiguration.hpp:48
constexpr unsigned int R
Specifies that the atom has R configuration.
Definition: AtomConfiguration.hpp:58
constexpr unsigned int NONE
Specifies that the atom does not meet the requirements to be assigned a configuration.
Definition: AtomConfiguration.hpp:53
constexpr unsigned int TB
Specifies that the geometry of the ligand arrangement is trigonal bipyramidal.
Definition: AtomConfiguration.hpp:78
constexpr unsigned int EITHER
Specifies that the atom meets the requirements but has no defined configuration.
Definition: AtomConfiguration.hpp:68
constexpr unsigned int OH
Specifies that the geometry of the ligand arrangement is octahedral.
Definition: AtomConfiguration.hpp:83
constexpr unsigned int SP
Specifies that the geometry of the ligand arrangement is square planar.
Definition: AtomConfiguration.hpp:73
The namespace of the Chemical Data Processing Library.