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::IrreducibleRepresentation(3) MPQC sc::IrreducibleRepresentation(3)

sc::IrreducibleRepresentation - The IrreducibleRepresentation class provides information associated with a particular irreducible representation of a point group.

#include <pointgrp.h>


IrreducibleRepresentation (const IrreducibleRepresentation &)
IrreducibleRepresentation (int, int, const char *, const char *=0)
This constructor takes as arguments the order of the point group, the degeneracy of the irrep, and the Mulliken symbol of the irrep. IrreducibleRepresentation & operator= (const IrreducibleRepresentation &)
void init (int=0, int=0, const char *=0, const char *=0)
Initialize the order, degeneracy, and Mulliken symbol of the irrep. int order () const
Returns the order of the group. int degeneracy () const
Returns the degeneracy of the irrep. int complex () const
Returns the value of complex_. int nproj () const
Returns the number of projection operators for the irrep. int nrot () const
Returns the number of rotations associated with the irrep. int ntrans () const
Returns the number of translations associated with the irrep. const char * symbol () const
Returns the Mulliken symbol for the irrep. const char * symbol_ns () const
Returns the Mulliken symbol for the irrep without special characters. double character (int i) const
Returns the character for the i'th symmetry operation of the point group. double p (int x1, int x2, int i) const
Returns the element (x1,x2) of the i'th representation matrix. double p (int d, int i) const
Returns the character for the d'th contribution to the i'th representation matrix. void print (std::ostream &=ExEnv::out0()) const
This prints the irrep to the given file, or stdout if none is given.


class CharacterTable

The IrreducibleRepresentation class provides information associated with a particular irreducible representation of a point group.

This includes the Mulliken symbol for the irrep, the degeneracy of the irrep, the characters which represent the irrep, and the number of translations and rotations in the irrep. The order of the point group is also provided (this is equal to the number of characters in an irrep).

This constructor takes as arguments the order of the point group, the degeneracy of the irrep, and the Mulliken symbol of the irrep. The Mulliken symbol is copied internally.

This prints the irrep to the given file, or stdout if none is given. The second argument is an optional string of spaces to offset by.

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.