Chemical Data Processing Library C++ API - Version 1.4.0
Variables
CDPL::Shape::SymmetryClass Namespace Reference

Provides constants for the rotational symmetry class of a Gaussian shape. More...

Variables

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

Detailed Description

Provides constants for the rotational symmetry class of a Gaussian shape.

Variable Documentation

◆ UNDEF

constexpr unsigned int CDPL::Shape::SymmetryClass::UNDEF = 0
constexpr

Specifies an undefined symmetry class.

◆ ASYMMETRIC

constexpr unsigned int CDPL::Shape::SymmetryClass::ASYMMETRIC = 1
constexpr

Specifies an asymmetric shape (all three principal moments of inertia distinct).

◆ OBLATE

constexpr unsigned int CDPL::Shape::SymmetryClass::OBLATE = 2
constexpr

Specifies an oblate (disc-shaped) symmetric top.

◆ PROLATE

constexpr unsigned int CDPL::Shape::SymmetryClass::PROLATE = 3
constexpr

Specifies a prolate (cigar-shaped) symmetric top.

◆ SPHERICAL

constexpr unsigned int CDPL::Shape::SymmetryClass::SPHERICAL = 4
constexpr

Specifies a spherical top (all three principal moments of inertia equal).