QPMS
Electromagnetic multiple scattering library and toolkit.
|
To be used only in qpms_finite_group_t. More...
#include <groups.h>
Data Fields | |
int | dim |
Irrep dimension. | |
char * | name |
complex double * | m |
Irrep matrix data. More... | |
To be used only in qpms_finite_group_t.
complex double* qpms_finite_group_irrep_t::m |
Irrep matrix data.
The r-th row, c-th column of the representation of the i'th element is retrieved as m[i * dim * dim + r * dim + c]
char* qpms_finite_group_irrep_t::name |
Irrep label.