.TH "sc::CorrelationTable" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::CorrelationTable \- The \fBCorrelationTable\fP class provides a correlation table between two point groups\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::RefCount\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBCorrelationTable\fP (const \fBRef\fP< \fBPointGroup\fP > &\fBgroup\fP, const \fBRef\fP< \fBPointGroup\fP > &\fBsubgroup\fP)" .br .RI "Create a correlation table for the two groups\&. " .ti -1c .RI "\fBRef\fP< \fBPointGroup\fP > \fBgroup\fP () const" .br .RI "Returns the higher order point group\&. " .ti -1c .RI "\fBRef\fP< \fBPointGroup\fP > \fBsubgroup\fP () const" .br .RI "Returns the lower order point group\&. " .ti -1c .RI "int \fBinitialize_table\fP (const \fBRef\fP< \fBPointGroup\fP > &\fBgroup\fP, const \fBRef\fP< \fBPointGroup\fP > &\fBsubgroup\fP)" .br .RI "Initalize the correlation table\&. " .ti -1c .RI "const char * \fBerror\fP (int errcod)" .br .RI "Converts error codes from initialize_table into a text string\&. " .ti -1c .RI "int \fBn\fP () const" .br .RI "Returns the number of irreps in the high order group\&. " .ti -1c .RI "int \fBsubn\fP () const" .br .RI "Returns the number of irreps in the subgroup\&. " .ti -1c .RI "int \fBdegen\fP (int igamma) const" .br .RI "Returns the degeneracy of the irrep\&. " .ti -1c .RI "int \fBsubdegen\fP (int igamma) const" .br .RI "Returns the degeneracy of the subgroup irrep\&. " .ti -1c .RI "int \fBngamma\fP (int igamma) const" .br .RI "Returns the number of irreps in the low order group that an irrep\&. " .ti -1c .RI "int \fBgamma\fP (int igamma, int i) const" .br .RI "Returns the irreps in the low order group that an irrep from the high order group can be reduced to\&. " .ti -1c .RI "void \fBprint\fP (std::ostream &o=\fBExEnv::out0\fP()) const" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBCorrelationTable\fP class provides a correlation table between two point groups\&. .SH "Member Function Documentation" .PP .SS "int sc::CorrelationTable::initialize_table (const \fBRef\fP< \fBPointGroup\fP > & group, const \fBRef\fP< \fBPointGroup\fP > & subgroup)" .PP Initalize the correlation table\&. Returns 0 for success and nonzero for failure\&. This will fail if the subgroup is not really a subgroup of group\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.