CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::SymRepTools_v2::VectorSpaceSymReport Struct Reference

#include <VectorSpaceSymReport.hh>

Detailed Description

Summary of data associated with the action of a symmetry group on a vector space.

Definition at line 13 of file VectorSpaceSymReport.hh.

Public Attributes

std::vector< Eigen::MatrixXd > symgroup_rep
 Matrix representation for each operation in the group – defines action of group on vector space. More...
 
std::vector< IrrepInfoirreps
 A list of all irreducible representation that make up the full representation. More...
 
std::vector< SubWedgeirreducible_wedge
 Irreducible wedge in the vector space encoded as a vector of symmetrically distinct SubWedges. More...
 
Eigen::MatrixXd symmetry_adapted_subspace
 Symmetry-oriented subspace of the vector space (columns are the basis vectors) More...
 
std::vector< std::string > axis_glossary
 Names given to individual axes in initial (un-adapted) vector space, corresponding to rows of symmetry_adapted_dof_subspace. More...
 

Member Data Documentation

◆ axis_glossary

std::vector<std::string> CASM::SymRepTools_v2::VectorSpaceSymReport::axis_glossary

Names given to individual axes in initial (un-adapted) vector space, corresponding to rows of symmetry_adapted_dof_subspace.

Definition at line 32 of file VectorSpaceSymReport.hh.

◆ irreducible_wedge

std::vector<SubWedge> CASM::SymRepTools_v2::VectorSpaceSymReport::irreducible_wedge

Irreducible wedge in the vector space encoded as a vector of symmetrically distinct SubWedges.

Definition at line 24 of file VectorSpaceSymReport.hh.

◆ irreps

std::vector<IrrepInfo> CASM::SymRepTools_v2::VectorSpaceSymReport::irreps

A list of all irreducible representation that make up the full representation.

Definition at line 20 of file VectorSpaceSymReport.hh.

◆ symgroup_rep

std::vector<Eigen::MatrixXd> CASM::SymRepTools_v2::VectorSpaceSymReport::symgroup_rep

Matrix representation for each operation in the group – defines action of group on vector space.

Definition at line 16 of file VectorSpaceSymReport.hh.

◆ symmetry_adapted_subspace

Eigen::MatrixXd CASM::SymRepTools_v2::VectorSpaceSymReport::symmetry_adapted_subspace

Symmetry-oriented subspace of the vector space (columns are the basis vectors)

Definition at line 28 of file VectorSpaceSymReport.hh.


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