|
void | syten::RepRegister::abortMissingIrrep (Group const &group, RepLabel const &label) |
| Print diagnostic information if an unknown irrep has been requested. More...
|
|
Index | syten::RepRegister::dim (Group const &group, RepLabel const &label) |
| Returns the dimension of the specified irrep. More...
|
|
bool | syten::RepRegister::getId (Group const &group, RepLabel const &label, Index &i) |
| mutex-protected id() More...
|
|
bool | syten::RepRegister::id (Group const &group, RepLabel const &label, Index &i) |
| Index of group in repRegisterData. More...
|
|
DenseTensor< 2, MDef > const & | syten::RepRegister::lOp (Group const &group, RepLabel const &label, Index const which) |
| See lOp() More...
|
|
DenseTensor< 2, MDef > const & | syten::RepRegister::lOp (Index const id, Index const which) |
| Returns the which'th lowering operator of the id'th rep registered here. More...
|
|
bool | syten::RepRegister::reg (Group const &group, RepLabel const &label, std::vector< DenseTensor< 2, MDef > > const &rOp, std::vector< DenseTensor< 2, MDef > > const &lOp, std::vector< DenseTensor< 2, MDef > > const &zOp) |
| Registers a given representation. More...
|
|
DenseTensor< 2, MDef > const & | syten::RepRegister::rOp (Group const &group, RepLabel const &label, Index const which) |
| Returns the which'th raising operator of the specified irrep. More...
|
|
DenseTensor< 2, MDef > const & | syten::RepRegister::rOp (Index const id, Index const which) |
| Returns the which'th raising operator of the id'th rep registered here. More...
|
|
DenseTensor< 2, MDef > const & | syten::RepRegister::zOp (Group const &group, RepLabel const &label, Index const which) |
| See rOp() More...
|
|
DenseTensor< 2, MDef > const & | syten::RepRegister::zOp (Index const id, Index const which) |
| Returns the which'th z operator of the id'th rep registered here. More...
|
|
Group representation register, storing the matrix reps of groups.