![]() |
![]()
| ![]() |
![]()
NAMEsc::IrreducibleRepresentation - The IrreducibleRepresentation class provides information associated with a particular irreducible representation of a point group. SYNOPSIS#include <pointgrp.h> Public Member FunctionsIrreducibleRepresentation (const
IrreducibleRepresentation &)
Friendsclass CharacterTable
Detailed DescriptionThe 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). Constructor & Destructor Documentationsc::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. The Mulliken symbol is copied internally. Member Function Documentationvoid sc::IrreducibleRepresentation::print (std::ostream & = ExEnv::out0()) constThis 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. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|