Appendix J Phase convention of real spherical harmonics
In quantum chemistry applications, an Condon-Shortley phase can be added to the real spherical harmonics (RSH) based on the developers’ choice.
If, the commonly used Condon-Shortley phase is added to the RSH, the definition of RSH becomes
| (J.4) |
where is the associated Legendre polynomials without the Condon-Shortley phase
| (J.5) |
and the coefficient
| (J.6) |
The RSH in the FHI-aims code adopt a partly Condon-Shortley phase. Thus, the definition of RSH becomes
| (J.10) |
The code related to these definition can be found in file basis_sets/increment_ylm_original.f90 or basis_sets/SHEval.f90. In some subroutines, the real spherical harmonics are generated using external/ylm_real.f90. The definition of RSH therein seems a bit different
| (J.14) |
where is the complex spherical harmonics (CSH)
| (J.15) |
It can be shown that the two conventions are equivalent. it is trivial for . For ,
For
where in the third equality we have used the following property
| (J.16) |
With the property of CSH
| (J.17) |
we can derive another equivalent expression from Eq. (J.14)
| (J.21) |
leading to the representation matrix of FHI-aims RSH in CSH. This can be useful to connect between RSHs from FHI-aims and other codes.