CASM  1.1.0
A Clusters Approach to Statistical Mechanics
SymGroupRep.cc File Reference

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 

Functions

SymGroupRep CASM::coord_transformed_copy (SymGroupRep const &_rep, const Eigen::MatrixXd &trans_mat)
 Make a copy of representation on vector space 'V' that is transformed into a representation on vector space 'W' 'trans_mat' is the unitary matrix that isomorphically maps 'V'->'W' (i.e., [w = trans_mat * v] and [v = trans_mat.transpose() * w] ) If the original representation to be transformed is just a temporary standalone SymGroupRep, be sure to delete it before falling out of scope. More...