Implementation for inc/rep/rep.h. More...
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::Excp |
Namespace for exceptions otherwise polluting the global syten:: namespace. | |
Functions | |
SRDef | syten::dist (Rep const &r1, Rep const &r2) |
Returns the distance between two representations, i.e. the absolute value of the sum of the differences in labels. More... | |
std::ostream & | syten::operator<< (std::ostream &out, Group const &g) |
Output of a mathematical group. More... | |
std::ostream & | syten::operator<< (std::ostream &out, Rep const &r) |
Output of a physical symmetry irrep. More... | |
Implementation for inc/rep/rep.h.