CorrelationTable¶
-
class
psi4.core.
CorrelationTable
¶ Bases:
pybind11_builtins.pybind11_object
Provides a correlation table between two point groups
Methods Summary
degen
(self, arg0)Returns the degenercy of the irrep group
(*args, **kwargs)Overloaded function. n
(self)Returns the number of irreps in high order group ngamma
(self, arg0)Returns the number of irreps in the low order group that an irrep from the high order group can be reduced to. subdegen
(self, arg0)Returns the degeneracy of the subgroup irrep subgroup
(self)Returns lower order pointgroup subn
(self)Returns number of irreps in subgroup Methods Documentation
-
degen
(self: psi4.core.CorrelationTable, arg0: int) → int¶ Returns the degenercy of the irrep
-
group
(*args, **kwargs)¶ Overloaded function.
- group(self: psi4.core.CorrelationTable) -> psi4.core.PointGroup
Returns higher order point group
- group(self: psi4.core.CorrelationTable, arg0: int, arg1: int) -> int
Returns the higher order point group
-
n
(self: psi4.core.CorrelationTable) → int¶ Returns the number of irreps in high order group
-
ngamma
(self: psi4.core.CorrelationTable, arg0: int) → int¶ Returns the number of irreps in the low order group that an irrep from the high order group can be reduced to.
-
subdegen
(self: psi4.core.CorrelationTable, arg0: int) → int¶ Returns the degeneracy of the subgroup irrep
-
subgroup
(self: psi4.core.CorrelationTable) → psi4.core.PointGroup¶ Returns lower order pointgroup
-
subn
(self: psi4.core.CorrelationTable) → int¶ Returns number of irreps in subgroup
-
degen
(self: psi4.core.CorrelationTable, arg0: int) → int Returns the degenercy of the irrep
-
group
(*args, **kwargs) Overloaded function.
- group(self: psi4.core.CorrelationTable) -> psi4.core.PointGroup
Returns higher order point group
- group(self: psi4.core.CorrelationTable, arg0: int, arg1: int) -> int
Returns the higher order point group
-
n
(self: psi4.core.CorrelationTable) → int Returns the number of irreps in high order group
-
ngamma
(self: psi4.core.CorrelationTable, arg0: int) → int Returns the number of irreps in the low order group that an irrep from the high order group can be reduced to.
-
subdegen
(self: psi4.core.CorrelationTable, arg0: int) → int Returns the degeneracy of the subgroup irrep
-
subgroup
(self: psi4.core.CorrelationTable) → psi4.core.PointGroup Returns lower order pointgroup
-
subn
(self: psi4.core.CorrelationTable) → int Returns number of irreps in subgroup
-