Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of constants in namespace CDPL::Chem::RadicalType. More...
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Chem | |
Contains classes and functions related to chemistry. | |
CDPL::Chem::RadicalType | |
Provides constants that are used to specify the degeneracy of the electronic state of radical atoms. | |
Variables | |
const unsigned int | CDPL::Chem::RadicalType::NOT_RADICALIC = 0 |
Specifies that the atom is not a radical. More... | |
const unsigned int | CDPL::Chem::RadicalType::SINGLET = 1 |
Specifies that the atom is a singlet diradical. More... | |
const unsigned int | CDPL::Chem::RadicalType::DOUBLET = 2 |
Specifies that the atom is a doublet radical. More... | |
const unsigned int | CDPL::Chem::RadicalType::TRIPLET = 3 |
Specifies that the atom is a triplet diradical. More... | |
Definition of constants in namespace CDPL::Chem::RadicalType.