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::HexagonalBipyramid Struct Reference

Hexagonal bipyramid shape. 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::HexagonalBipyramid
 
static constexpr PointGroup pointGroup = PointGroup::D6h
 
static constexpr unsigned size = 8
 
static constexpr char stringName [] = "hexagonal bipyramid"
 
static constexpr std::array
< Temple::Vector, 8 > 
coordinates
 
static constexpr auto angleLookupTable
 
static constexpr std::array
< std::array< unsigned, 8 >, 2 > 
rotations
 
static constexpr std::array
< std::array< unsigned, 4 >, 3 > 
tetrahedra
 
static constexpr std::array
< unsigned, 8 > 
mirror {{0, 5, 4, 3, 2, 1, 6, 7}}
 

Detailed Description

Hexagonal bipyramid shape.

Indices 0-5 ccw in the equatorial plane, 6 above, 7 below

Field Documentation

constexpr auto Scine::Molassembler::Shapes::Data::HexagonalBipyramid::angleLookupTable
static
Initial value:
Detail::makeArray<size>(coordinates)
)
constexpr std::array<Temple::Vector, 8> Scine::Molassembler::Shapes::Data::HexagonalBipyramid::coordinates
static
Initial value:
{{
{ 1.000000, 0.000000, 0.000000},
{ 0.500000, 0.866025, 0.000000},
{-0.500000, 0.866025, 0.000000},
{-1.000000, 0.000000, 0.000000},
{-0.500000, -0.866025, 0.000000},
{ 0.500000, -0.866025, 0.000000},
{ 0.000000, 0.000000, 1.000000},
{ 0.000000, 0.000000, -1.000000}
}}
constexpr std::array< std::array<unsigned, 8>, 2 > Scine::Molassembler::Shapes::Data::HexagonalBipyramid::rotations
static
Initial value:
{{
{5, 0, 1, 2, 3, 4, 6, 7},
{0, 5, 4, 3, 2, 1, 7, 6}
}}
constexpr std::array< std::array<unsigned, 4>, 3 > Scine::Molassembler::Shapes::Data::HexagonalBipyramid::tetrahedra
static
Initial value:
{{
{6, 0, 1, 7},
{6, 4, 5, 7},
{6, 2, 3, 7}
}}

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