CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/symmetry/IrrepWedge.hh"
#include "casm/container/Counter.hh"
#include "casm/misc/CASM_Eigen_math.hh"
#include "casm/misc/algorithm.hh"
#include "casm/symmetry/IrrepDecompositionImpl.hh"
#include "casm/symmetry/VectorSymCompare_v2.hh"
Go to the source code of this file.
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::SymRepTools_v2 | |
CASM::SymRepTools_v2::IrrepWedgeImpl | |
Functions | |
static IrrepWedge | CASM::SymRepTools_v2::IrrepWedgeImpl::_wedge_from_pseudo_irrep (IrrepInfo const &irrep, MatrixRep const &_rep, GroupIndices const &head_group) |
IrrepWedge | CASM::SymRepTools_v2::make_dummy_irrep_wedge (Eigen::MatrixXd const &axes) |
Construct a "dummy" IrrepWedge with user specified axes. More... | |
SubWedge | CASM::SymRepTools_v2::make_dummy_subwedge (Eigen::MatrixXd const &axes) |
Makes a "dummy" SubWedge from a single "dummy" IrrepWedge with given axes. More... | |
std::vector< IrrepWedge > | CASM::SymRepTools_v2::make_irrep_wedges (IrrepDecomposition const &irrep_decomposition) |
Make IrrepWedges from an IrrepDecomposition. More... | |
std::vector< SubWedge > | CASM::SymRepTools_v2::make_symrep_subwedges (IrrepDecomposition const &irrep_decomposition) |
Find full irreducible wedge of a group-represented vector space, as a vector of SubWedges, from an IrrepDecomposition. More... | |