Chemical Data Processing Library C++ API - Version 1.4.0
Namespaces | Variables
SymmetryClass.hpp File Reference

Definition of constants in namespace CDPL::Shape::SymmetryClass. More...

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Shape
 Contains classes and functions related to molecular shape representation and processing.
 
 CDPL::Shape::SymmetryClass
 Provides constants for the rotational symmetry class of a Gaussian shape.
 

Variables

constexpr unsigned int CDPL::Shape::SymmetryClass::UNDEF = 0
 Specifies an undefined symmetry class. More...
 
constexpr unsigned int CDPL::Shape::SymmetryClass::ASYMMETRIC = 1
 Specifies an asymmetric shape (all three principal moments of inertia distinct). More...
 
constexpr unsigned int CDPL::Shape::SymmetryClass::OBLATE = 2
 Specifies an oblate (disc-shaped) symmetric top. More...
 
constexpr unsigned int CDPL::Shape::SymmetryClass::PROLATE = 3
 Specifies a prolate (cigar-shaped) symmetric top. More...
 
constexpr unsigned int CDPL::Shape::SymmetryClass::SPHERICAL = 4
 Specifies a spherical top (all three principal moments of inertia equal). More...
 

Detailed Description

Definition of constants in namespace CDPL::Shape::SymmetryClass.