GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::CorrelationTable(3) MPQC sc::CorrelationTable(3)

sc::CorrelationTable - The CorrelationTable class provides a correlation table between two point groups.

#include <corrtab.h>

Inherits sc::RefCount.


CorrelationTable (const Ref< PointGroup > &group, const Ref< PointGroup > &subgroup)
Create a correlation table for the two groups. Ref< PointGroup > group () const
Returns the higher order point group. Ref< PointGroup > subgroup () const
Returns the lower order point group. int initialize_table (const Ref< PointGroup > &group, const Ref< PointGroup > &subgroup)
Initalize the correlation table. const char * error (int errcod)
Converts error codes from initialize_table into a text string. int n () const
Returns the number of irreps in the high order group. int subn () const
Returns the number of irreps in the subgroup. int degen (int igamma) const
Returns the degeneracy of the irrep. int subdegen (int igamma) const
Returns the degeneracy of the subgroup irrep. int ngamma (int igamma) const
Returns the number of irreps in the low order group that an irrep. int gamma (int igamma, int i) const
Returns the irreps in the low order group that an irrep from the high order group can be reduced to. void print (std::ostream &o=ExEnv::out0()) const

The CorrelationTable class provides a correlation table between two point groups.

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.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.