QPMS
Electromagnetic multiple scattering library and toolkit.
Data Fields
qpms_finite_group_irrep_t Struct Reference

To be used only in qpms_finite_group_t. More...

#include <groups.h>

Collaboration diagram for qpms_finite_group_irrep_t:
Collaboration graph
[legend]

Data Fields

int dim
 Irrep dimension.
 
char * name
 
complex double * m
 Irrep matrix data. More...
 

Detailed Description

To be used only in qpms_finite_group_t.

Field Documentation

◆ m

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]

◆ name

char* qpms_finite_group_irrep_t::name

Irrep label.


The documentation for this struct was generated from the following file: