Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Scine::Molassembler::Shapes::Data::TrigonalPyramid Struct Reference

A face-centered trigonal pyramid shape = trig. pl. + an axial ligand. More...

#include <Data.h>

Static Public Member Functions

static constexpr double angleFunction (const unsigned a, const unsigned b)
 

Static Public Attributes

static constexpr Shape shape = Shape::TrigonalPyramid
 
static constexpr PointGroup pointGroup = PointGroup::C3v
 
static constexpr unsigned size = 4
 
static constexpr char stringName [] = "trigonal pyramid"
 
static constexpr std::array
< Temple::Vector, 4 > 
coordinates
 
static constexpr std::array
< std::array< unsigned, 4 >, 1 > 
rotations
 
static constexpr std::array
< std::array< unsigned, 4 >, 1 > 
tetrahedra
 
static constexpr std::array
< unsigned, 4 > 
mirror {{0, 2, 1, 3}}
 

Detailed Description

A face-centered trigonal pyramid shape = trig. pl. + an axial ligand.

A trigonal planar shape + an axial ligand, or alternatively an axially mono-vacant trigonal bipyramid.

*
* Viewed diagonally. The central vertex is ( ), 3 is apical, 0, 1, 2 and the
* central vertex are in a plane.
*
*       3
*       |  2
*       | :    <- behind view plane
*   0--(_)
*         \    <- in front of view plane
*          1
*
* 

Field Documentation

constexpr std::array<Temple::Vector, 4> Scine::Molassembler::Shapes::Data::TrigonalPyramid::coordinates
static
Initial value:
{{
{1, 0, 0},
{-0.5, 0.866025, 0},
{-0.5, -0.866025, 0},
{0, 0, 1}
}}
constexpr std::array< std::array<unsigned, 4>, 1 > Scine::Molassembler::Shapes::Data::TrigonalPyramid::rotations
static
Initial value:
{{
{{2, 0, 1, 3}}
}}
constexpr std::array< std::array<unsigned, 4>, 1 > Scine::Molassembler::Shapes::Data::TrigonalPyramid::tetrahedra
static
Initial value:
{{
{{0, 1, 3, 2}}
}}

The documentation for this struct was generated from the following file: