GroupTheory`
GroupTheory`

GTClebschGordanCoefficients

GTClebschGordanCoefficients[Irep1, Irep2, Irep3]

gives an array containing Clebsch-Gordan-Coefficients for the calculation of basis functions of Irep3 within a direct product representation of Irep1 and Irep2.

Details and Options

  • The basis function of an irreducible representation of a direct product representation can be evaluated as a series . The coefficients are called Clebsch-Gordan-Coefficients.
  • The Clebsch-Gordan-Coefficients can be represented using GTClebschGordanTable.
  • The following option can be given:
  • GOFast GOFastValueControls the input validation
  • See: W. Hergert, M. Geilhufe, Group Theory in Solid State Physics and Photonics. Problem Solving with Mathematica, chapter 5.5.

Examples

open allclose all

Basic Examples  (1)

First, load the package:

As an example Clebsch-Gordan-Coefficients for the point group regarding the direct product are calculated.

First, the group, the character table and the representation matrices for the irreducible representations , and are calculated.

Now, an array of Clebsch-Gordan-Coefficients is calculated:

Options  (3)

GOFast  (3)

The evaluation time can be decreased, using GOFastTrue.

If GOFastFalse is used, it will be checked if the input is a group.

If GOFastFalse is used, it will be checked if the group order of the irreducible representations is equal to each other.