Processing math: 0%

\renewcommand\AA{\unicode{x212B}}

Crystal Field Theory

Introduction

This page contains the theory and background to the crystal field calculations. If you want to know how to make these calculations please see the Python interface page or the examples page.

The Crystal Field Potential

The crystal field (or in older terminology, crystalline electric field) is the potential acting on a particular magnetic ion i at position \mathbf{r}_i in a solid or molecule. When first proposed by Van Vleck, it was thought to be an electrostatic effect due to the charges q_j of neighbouring ions, located at \mathbf{r}_j, of the magnetic ion (hence the original name). This leads to an approximation in which the surrounding ions are treated as point charges, so that the electric potential acting on the magnetic ion is

(1)V_{\mathrm{CF}}(\mathbf{r}_i) = \frac{1}{4\pi\epsilon_0} \sum_j \frac{q_j}{|\mathbf{r}_j - \mathbf{r}_i|}.

This potential satisfies Laplace’s equation, \nabla^2 V(\mathbf{r}) = 0, and so can be expanded in terms of spherical harmonic functions

(2)V_{\mathrm{CF}}(\mathbf{r}_i) = \sum_{lm} A_l^m r^l Y_{lm}(\mathbf{r}_i),

where the radial part is

(3)A_l^m = \frac{1}{4\pi\epsilon_0} \left\{ (-1)^m \frac{4\pi}{2l+1} \sum_j \frac{q_j}{r_j^{l+1}} Y_{l,-m}(\mathbf{r}_j) \right\}.

The above equations define the point charge model [Hutchings64]. In many solids, though, the point charge approximation breaks down, because the ligand electrons may be involved in bonding or charge transfer processes, and thus have a spatial extent and may no longer be treated as point charges situated at the atomic sites. The formulism detailed above, however, was still found to be applicable to a wide variety of materials, if the radial part A_l^m r^l is treated as a variable crystal field parameter. This is because the spherical harmonic functions form a complete orthogonal basis set, so that any function may be expressed as an expansion in them. Values obtained from equation (3), however, do not generally match experimentally determined crystal field parameters, except for some insulators and if the point charges q_j are scaled from their nominal valences.

Mantid contains routines which can calculate the A_l^m parameters which may be used as starting parameters for a fit to inelastic neutron scattering data.

Crystal Field Energy Levels

The above potential, being an electric interaction, acts only on the orbital part of the electronic wavefunctions. Its effect is to lift the degeneracy of the orbital states (labelled by the secondary orbital angular momentum quantum number L_z) of the magnetic ion i giving rise to a set of energy levels.

At zero temperature only the ground state energy level is occupied by the electrons of the magnetic ion but as the temperature increases, higher energy excited levels will become occupied. The different levels have different magnetic moment expectation values, which leads to a change of the magnetic susceptibility of materials containing this magnetic ion with temperature as the population of the levels change. Because different magnetic materials have different crystal structures and hence a different local crystalline environment around the magnetic ions, they will also have different susceptibilities, which is determined in part by the crystal field. An applied magnetic field will change the energies of the levels with respect to each other (the Zeeman splitting) so the crystal field will also affect the magnetisation (the magnetic moment as a function of applied magnetic field).

Inelastic neutron spectroscopy can measure the energy difference between these crystal field energy levels as neutrons may excite or de-excite electrons occupying one level to another. Finally, the spin-orbit interaction also means that the preferred spin orientation is coupled to the orbital state and hence is affected by the crystal field, leading in some cases to a preferred (“easy”) direction.

In the rare earth ions, the spin-orbit interaction is strong enough in mixing the spin and orbital angular momentum states that they cannot be labelled by the total spin S or orbital L quantum numbers. Instead the total angular momentum quantum number J and secondary J_z is used to label these states. The crystal field is now taken to lift the degeneracy of the J_z states. Usually only the ground state J multiplet is included in the calculation because the energy to the next highest J level is much higher than room temperature or the usual energy range of an inelastic neutron scattering experiment.

The Crystal Field Hamiltonian

In order to calculate the energy splitting of the J_z states due to the crystal field, we define a crystal field Hamiltonian matrix using the J_z states as basis states. The eigenvalues of this Hamiltonian matrix are then the energy levels. The Hamiltonian is constructed just like the potential in equation (2), but rather than being a sum of the spherical harmonic functions acting on the position coordinate, it must be a sum over tensor operators which act on the J_z basis states.

These operators could be spherical tensor operators T_q^{(k)} which transform in the same way under rotations as the spherical harmonic functions, or they could be hermitian combinations of these operators which transform in the same way as the tesseral harmonic functions (also called real spherical harmonic functions) Z_{lm}:

(4)\begin{split}Z_{lm} = \left\{ \begin{array}{ll} \frac{i}{\sqrt{2}} \left[ Y_{lm} - (-1)^m Y_{l,-m} \right] & m<0 \\ Y_{lm} & m=0 \\ \frac{1}{\sqrt{2}} \left[ Y_{l,-m} + (-1)^m Y_{lm} \right] & m>0 \\ \end{array} \right.,\end{split}

Expressing the Hamiltonian in terms of the hermitian operators means that the coefficients in the sum can be purely real (using spherical tensor operators means the coefficients are in general complex) [1].

The first attempt to construct such a crystal field Hamiltonian was by Stevens [Stevens52] who took the expressions for the tesseral harmonic functions in Cartesian coordinates, removed the constant prefactors and replaced the x, y and z coordinates with the angular momentum operators \hat{J}_x, \hat{J}_y, \hat{J}_z respectively, taking care to obey the commutation relations of the angular momentum operators. These Stevens operators are used in Mantid and are calculated from the \hat{J}_x, \hat{J}_y, \hat{J}_z operators expressed as a matrix using the J_z basis states.

In Stevens’ original work [Stevens52], attention was paid to how the crystal field parameters determined for one magnetic ion might be transfered to another ion in the same crystalline environment. In order to account for the different electronic configurations of the ions, the crystal field parameters are additionally weighted by the Stevens factor \theta_k = \langle \nu,L,S | |O^{(k)}|| \nu,L,S \rangle which may be thought of as an additional reduced matrix element which depends on quantum numbers \nu other than the angular momentum quantum numbers. The values of \theta_k are tabulated in Table 1, or may be calculated using the techniques in [Judd63]. Thus Stevens’ Hamiltonian is

(5)\mathcal{H}_{\mathrm{CEF}}^{\mathrm{Stevens}} = \sum_{k=0,2,4,6} \sum_{q=-k}^k A_q^k \langle r^k\rangle \theta_k O_q^{(k)},

where O_q^{(k)} are the Stevens operator described above. In principle, the parameter A_q^k is intrinsic to a particular crystalline environment, whilst the \langle r^k \rangle \theta_k parts depend on the magnetic ion within that environment and may be factored out. In practice, however, it was found that although in some cases the parameters may be transfered between ions, this often fails.

Instead, in the neutron spectroscopy literature, the full product

(6)B_q^k = A_q^k \langle r^k\rangle \theta_k

is often used as the crystal field parameter to be fitted, and this convention is used by Mantid (e.g. the fittable coefficients in Mantid are the B_q^k rather than the A_q^k).

An alternative formulation of the crystal field Hamiltonian developed by Wybourne [Wybourne65], Judd [Judd63] and others used the spherical tensor operators T_q^{(k)} instead of the Stevens operators. The matrix elements of the T_q^{(k)} are then calculated directly using the Wigner-Eckart theorem. This is a faster calculation but results in different Hamiltonian matrix elements for a given set of crystal field parameter values. There is therefore a different “normalisation” of crystal field parameters depending on the formulism used to define the operators in the Hamiltonian. The “Stevens normalisation” is commonly used in neutron scattering and by physicists and is used in Mantid. The “Wybourne normalisation” is commonly used in the optical spectroscopy community and in chemistry. The difference between the two are discussed in more detail in the appendix.

Symmetry considerations

The crystal field potential must be invariant under the operations of the point group of the atomic site at which the magnetic ion is positioned. The point groups are defined by reflections, rotations, roto-inversions, and inversion. The multipolar expansion, equation (2), means that we just need to determine which spherical harmonics terms Y_{lm} are invariant under each of these operations. Y_{lm} terms which are not invariant under the operations of the point group of the magnetic ion must thus be zero.

To determine the non-zero Y_{lm} terms we need only consider the highest symmetry operation, since this is the most restrictive. Taking the principle axis as z, the n-fold rotations C_n will change \phi by 2\pi/n. Now, Y_{l,\pm m} \propto \exp(\pm i m \phi). Thus only terms with m being an integer multiple of n will be non-zero. A mirror plane perpendicular to x will map x to -x, or \cos\phi\rightarrow-\cos\phi=\cos(\phi+\pi) and so is equivalent to a rotation by 180^\circ. Thus any point group with a mirror plane must have only even m terms, because we can always choose the crystal field coordinate system such that the mirror plane is the yz plane (if there are no other symmetries in the system).

The roto-inversion operation S_n is an n-fold rotation followed by mirroring in the plane perpendicular to the rotation axis. This mirroring is actually equivalent to an inversion about the origin, mapping x to -x, y to -y and z to -z. In spherical coordinates this means \cos\theta\rightarrow-\cos\theta= and \sin\theta\rightarrow-\sin\theta. Thus the presence of a centre of inversion implies that only terms with even powers of \cos\theta and \sin\theta (e.g. terms with even l) are allowed.

In fact, though, odd l terms are always forbidden because the Stevens factor, \theta_l, is zero for odd l [2]. This implies that, as far as the crystal field is concerned, all magnetic ions lie on centres of inversion.

Table 2 summarises all the allowed crystal field parameters for the crystallographic point groups. The negative terms in this table relate to the negative m tesseral harmonics, defined in equation (4). They are thus proportional to \exp(-i |m| \phi) -(-1)^m \exp(i |m|\phi) and thus to \cos m\phi or \sin m\phi depending on the parity of m, leading to the terms “cosine tesseral harmonics” or “sine tesseral harmonics”. Whether the m<0 terms are zero or not depends on the secondary symmetry operations. If the point group only has one symmetry operation (e.g. just C_n) or if the only other operation is a horizontal mirror plane, then the negative m term is generally allowed. This is because the horizontal mirror plane only changes z so does not affect the \phi coordinate.

Physical properties and INS cross-section

The splitting of the ground state spin-orbit multiplet (in the case of rare earths) also affects the magnetic physical properties of the material, such as its low temperature heat capacity and magnetisation. In order to account for magnetic fields, the Zeeman term,

(7)\begin{split}\mathcal{H}_{\mathrm{Z}} &= -\mu_B \mathbf{H} \cdot \left( \mathbf{L} + 2 \mathbf{S} \right) \mathrm{\qquad or\ } \\ &= -\mu_B \mathbf{H} \cdot \left( g_J \mathbf{J} \right) ,\end{split}

where the second equality applies in the case of the rare-earths, where L+2S=g_J J and the Landé g-factors for the different trivalent ions are listed in table Table 1. The dot product expresses the sum where the x, y, and z directions refer to the crystal field coordinates (usually with z taken to be along the axis of highest symmetry), rather than necessarily relating to any crystallographic axes. Thus it may be necessary to rotate the coordinate systems (or equivalently, the crystal field parameters) for actual calculations for magnetic fields applied parallel to particular crystallographic directions. The FOCUS manual [3] has some details of how these calculations may be accomplished, and further details may be found in reference [Buckmaster72].

The \hat{J}_x, \hat{J}_y, \hat{J}_z operators may be identified with the \hat{C}_q^{(k)} operators for k=1 with x, y and z corresponding to q=1,-1 and 0 respectively [4].

The magnetisation may then be calculated from the expectation value of the magnetic moment operator \hat{\mathbf{J}} = \hat{\mathbf{L}} + 2\hat{\mathbf{S}} = (\hat{J}_x, \hat{J}_y, \hat{J}_z)

(8)M(H,T) = \frac{1}{Z} \sum_n \langle \psi_n(\mathbf{H}) | \hat{\mathbf{J}} | \psi_n(\mathbf{H}) \rangle \exp \left(\frac{-E_n(H)}{k_B T}\right),

where | \psi_n(\mathbf{H}) \rangle is the wavefunction or eigenvector of the Hamiltonian containing both crystal and Zeeman terms at some finite magnetic field \mathbf{H}, E_n is the corresponding energy or eigenvalue, and the partition function is

(9)Z = \sum_n \exp(-E_n/k_B T).

The heat capacity is the derivative of the internal energy U with respect to temperature, where U is the expectation value of the eigenvalues of the Hamiltonian, e.g. U = \frac{1}{Z}\sum_n E_n \exp(-E_n/k_B T). Thus the heat capacity is

(10)C_v = \frac{1}{k_BT^2} \left\{ -\left(\frac{1}{Z}\sum_n E_n \exp(-\beta E_n)\right)^2 + \frac{1}{Z} \sum_n E_n^2 \exp(-\beta E_n) \right\},

where \beta = 1/k_B T.

Finally, the single-ion neutron scattering transition may also be calculated using the \hat{J}_{\alpha} (\alpha=x,y,z) operators as:

(11)I_{n\rightarrow m} = \left(\frac{g_{\mathrm{n}} r_e}{2}\right)^2 \frac{\exp\left(\frac{-E_n}{k_B T}\right)}{Z} \frac{2}{3} \sum_{\alpha} \left| \langle \psi_n | \hat{J}_{\alpha} | \psi_m \rangle \right|^2,

I_{n\rightarrow m} is the intensity in barns per steradian, g_{\mathrm{n}} is the neutron’s g-factor (g_n=-3.826), and r_e is the classical electron radius (r_e=2.82 fm). The product g_{\mathrm{n}}r_e represents the interaction of the neutron’s moment with the electrons in the sample. The intensities also obey the sum rule

(12)\sum_{n,m} I_{n\rightarrow m} = \frac{2}{3} \left(\frac{g_{\mathrm{n}} r_e}{2}\right)^2 g_J^2 J(J+1)

[1]The notation is confused somewhat in Mantid (and in the literature) by the use of the term “imaginary crystal field parameters” to refer to the coefficients of the operators with m<0 (the operators corresponding to the sine tesseral harmonic functions), because of the i/\sqrt{2} prefactor of this hermitian combination. The actual parameter value, however, is real.
[2]

The Stevens factor \theta_l = \langle \nu,L,S,J | |O^{(l)}|| \nu,L,S,J \rangle is a “reduced matrix element” which can be factorised into separate terms involving only each quantum number J, S, and L in turn by using the Wigner-Eckart theorem. The final term in this factorisation is the single-electron matrix element of the tensor operator

(13)\begin{split}\langle l | |T^{(k)}|| l \rangle = (-1)^l l \left( \begin{array}{ccc} l & k & l \\ 0 & 0 & 0 \end{array} \right),\end{split}

where l is the orbital quantum number of the single electron (e.g. 3 for f electrons). The 3j symbol in this expression is zero unless k is even. Moreover, the top row of the 3j symbol must obey the triangular inequality which in this case implies that k<2l. Thus for rare earths, only the terms k=2,4,6 are needed. The k=0 term is a constant and does not produce any splitting, rather it shifts the energy of all levels by a constant, so is usually ignored in neutron spectroscopy (which can only measure the difference between energy levels). Note also that the above term is not calculated in Mantid or for the splitting of the ground state multiplet. This is because it only contributes to the Stevens factor which, as per equation (6), is usually absorbed into the crystal field parameter B_q^k. Thus, equation (13) implies that, as far as the crystal field is concerned, all magnetic ions lie on centres of inversion.

[3]The Mantid crystal field code is a port to C++ of the FOCUS Fortran 77 code by Peter Fabi.
[4]Note that equation (13) applies only for the orbital part. In this case we apply the rank 1 operator mostly to the spin part where the reduced matrix element is non-zero, and this is subsumed into the total angular momentum J

Appendix A: Wybourne Normalisation

It turns out that the spherical harmonic functions Y_{lm} are not the most convenient form in which to express the expansion of the crystal field potential when we want to transform it into a Hamiltonian operator matrix. Instead, an alternative normalisation convention, called the Wybourne normalisation after [Wybourne65], is used, where the crystal field potential is expressed in terms of the functions

(14)C_{lm} = \sqrt{\frac{4\pi}{2l+1}} Y_{lm}.

In expressing the crystal field Hamiltonian in terms of the angular momentum J_z basis states, we have to use a set of operators acting on this basis rather than the above functions, which act on atomic positions. As we mention above, the spherical tensor operators T_q^(k) are used because they transform in the same way under rotations as the C_{lm} functions. What this means is that they obey the same commutation relations with respects to the angular momentum operators:

\begin{split}[J_z,C_{lm}] &= m C_{lm}, \\ [J_{\pm},C_{lm}] &= \sqrt{(l\mp m)(l\pm m+1)} C_{l,m\pm 1}, \\ [J_z,T_q^{(k)}] &= q T_q^{(k)}, \\ [J_{\pm},T_q^{(k)}] &= \sqrt{(k\mp q)(k\pm q+1)} T_{q\pm 1}^{(k)}.\end{split}

Now, it turns out the matrix elements of the tensor operators can expressed, via the Wigner-Eckart theorem, as the product of an angular momentum coupling (Clebsch-Gordan) coefficient, and a reduced matrix element,

(15)\begin{split}\langle L,L_z | T_q^{(k)}| L,L'_z \rangle = (-1)^{L-L_z} \left( \begin{array}{ccc} L & k & L \\ -L_z & q & L'_z \end{array} \right) \langle L ||t^{(k)}|| L \rangle,\end{split}

where we have expressed the Clebsch-Gordan coefficient (in the round brackets) as a 3j-symbol, and the reduced matrix element \langle L ||t^{(k)}|| L \rangle depends only on the operator rank k and the total angular momentum L. Within a single L-manifold (that is ignoring other states with different L, and just considering the splitting of the 2L+1 formerly degenerate L_z levels), it can be set to [SmithThornley66]

(16)\langle L ||t^{(k)}|| L \rangle = \frac{1}{2^k} \sqrt{\frac{(2L+k+1)!}{(2L-k)!}}.

Thus the crystal field Hamiltonian in the Wybourne normalisation is

(17)\mathcal{H}_{\mathrm{CEF}}^{\mathrm{Wybourne}} = \sum_{k=0,2,4,6} \sum_{q=-k}^k D_q^k T_q^{(k)},

Note that the D_q^k parameters are complex numbers.

We can also construct the Hermitian operators \hat{C}_q^{(k)} analogous to the tesseral harmonic functions:

(18)\begin{split}\hat{C}_q^{(k)} = \left\{ \begin{array}{ll} \frac{i}{\sqrt{2}} \left[ T_q^{(k)} - (-1)^q T_{-q}^{(k)} \right] & q<0 \\ T_q^{(k)} & q=0 \\ \frac{1}{\sqrt{2}} \left[ T_{-q}^{(k)} + (-1)^q T_q^{(k)} \right] & q>0 \\ \end{array} \right..\end{split}

And so construct a “real-valued” Wybourne normalised crystal field Hamiltonian as:

(19)\mathcal{H}_{\mathrm{CEF}}^{\mathrm{RealWybourne}} = \sum_{k=0,2,4,6} \sum_{q=-k}^k L_q^k \hat{C}_q^{(k)},

where the L_q^k parameters are real and related to the D_q^k parameters by:

(20)\begin{split}D_q^k = \left\{ \begin{array}{ll} (L_{|q|}^k + i L_{-|q|}^k) & q < 0 \\ L_0^k & q = 0 \\ (-1)^{|q|} (L_{|q|}^k - i L_{-|q|}^k) & q > 0 \end{array} \right.,\end{split}

Note that the operators \hat{C}_q^{(k)} are not the Stevens operators O_q^{(k)}. This is because although Stevens constructed his operators from the tesseral harmonics functions, he omits the prefactors of those equations using only the parts containing the x, y, z coordinates. The \hat{C}_q^{(k)} does contain the prefactors, so are related to the Stevens operators by:

(21)O_q^{(k)} = \lambda_{k,|q|} \hat{C}_q^{(k)}

where the ratios \lambda_{k,|q|} are summarised in Table 3.

The crystal field in Stevens normalisation used in Mantid is then defined by:

(22)\mathcal{H}_{\mathrm{CEF}}^{\mathrm{StevensNeutron}} = \sum_{k=0,2,4,6} \sum_{q=-k}^k B_q^k O_q^{(k)},

so the Stevens A_q^k and B_q^k parameters are related to the real-valued Wybourne parameters by:

\begin{split}A_q^k &= \lambda_{k,|q|} L_q^k / \langle r^k \rangle \\ B_q^k &= \lambda_{k,|q|} \theta_k L_q^k\end{split}

where \theta_k are the Stevens operator equivalent factors tabulated in Table 1.


Appendix B: Tables

Ion L S J g_J (\alpha=\theta_2)\times10^2 (\beta=\theta_4)\times10^4 (\gamma=\theta_6)\times10^6
\mathrm{Ce}^{3+} 3 \frac{1}{2} \frac{5}{2} \frac{6}{7} -5.714 63.49 0
\mathrm{Pr}^{3+} 5 1 4 \frac{4}{5} -2.101 -7.346 60.99
\mathrm{Nd}^{3+} 6 \frac{3}{2} \frac{9}{2} \frac{8}{11} -0.6428 -2.911 -37.99
\mathrm{Pm}^{3+} 6 2 4 \frac{3}{5} 0.7714 4.076 60.89
\mathrm{Sm}^{3+} 5 \frac{5}{2} \frac{5}{2} \frac{2}{7} 4.127 25.01 0
\mathrm{Eu}^{3+} 3 3 0        
\mathrm{Gd}^{3+} 0 \frac{7}{2} \frac{7}{2} 2      
\mathrm{Tb}^{3+} 3 3 6 \frac{3}{2} -1.0101 1.224 -1.121
\mathrm{Dy}^{3+} 5 \frac{5}{2} \frac{15}{2} \frac{4}{3} -0.6349 -0.592 1.035
\mathrm{Ho}^{3+} 6 2 8 \frac{5}{4} -0.2222 -0.333 -1.294
\mathrm{Er}^{3+} 6 \frac{3}{2} \frac{15}{2} \frac{6}{5} 0.2540 0.444 2.070
\mathrm{Tm}^{3+} 5 1 6 \frac{7}{6} 1.0101 1.632 -5.606
\mathrm{Yb}^{3+} 3 \frac{1}{2} \frac{7}{2} \frac{8}{7} 3.175 -17.32 148.0

Table 1: Total angular momentum quantum numbers L, S and J, Landé g_J factors, and Stevens factors \theta_k for the ground states of the trivalent rare-earth ions. After [JensenMackintosh91]. The ground state of \mathrm{Gd}^{3+} is a pure spin state, on which the crystal field does not operate. Eu compound often do not adopt the trivalent state, and Pm is radioactive so not much studied.

symmetry point group \mathrm{B}_2^0 \mathrm{B}_2^{\pm 1} \mathrm{B}_2^{\pm 2} \mathrm{B}_4^0 \mathrm{B}_4^{\pm 1} \mathrm{B}_4^{\pm 2} \mathrm{B}_4^{\pm 3} \mathrm{B}_4^{\pm 4} \mathrm{B}_6^0 \mathrm{B}_6^{\pm 1} \mathrm{B}_6^{\pm 2} \mathrm{B}_6^{\pm 3} \mathrm{B}_6^{\pm 4} \mathrm{B}_6^{\pm 5} \mathrm{B}_6^{\pm 6}
triclinic \mathrm{C}_i,\ \mathrm{C}_1 + \pm \pm + \pm \pm \pm \pm + \pm \pm \pm \pm \pm \pm
monoclinic \mathrm{C}_2,\ \mathrm{C}_s,\ \mathrm{C}_{2h} +   \pm +   \pm   \pm +   \pm   \pm   \pm
rhombic \mathrm{C}_{2v},\ \mathrm{D}_2,\ \mathrm{D}_{2h} +   + +   +   + +   +   +   +
tetragonal \mathrm{C}_4,\ \mathrm{S}_4,\ \mathrm{C}_{4h} +     +       \pm +       \pm    
tetragonal \mathrm{D}_4,\ \mathrm{C}_{4v},\ \mathrm{D}_{2d},\ \mathrm{D}_{4h} +     +       + +       +    
trigonal \mathrm{C}_3,\ \mathrm{S}_6 +     +     \pm   +     \pm     \pm
trigonal \mathrm{D}_3,\ \mathrm{C}_{3v},\ \mathrm{D}_{3d} +     +     +   +     +     +
hexagonal \mathrm{C}_6,\ \mathrm{C}_{3h},\ \mathrm{C}_{6h} +     +         +           \pm
hexagonal \mathrm{D}_6,\ \mathrm{C}_{6v},\ \mathrm{D}_{3h},\ \mathrm{D}_{6h} +     +         +           +
cubic \mathrm{T},\ \mathrm{T}_{h}       +       + +   +   +   +
cubic \mathrm{T}_d,\ \mathrm{O},\ \mathrm{O}_{h}       +       + +       +    

Table 2: Possible local symmetries and corresponding nonzero CEF parameters.+’ indicates only |m| terms are nonzero. ‘\pm’ indicates that -|m| terms are also non-zero. In the case when m>0 and both parameters B_l^m and B_l^{-m} are nonzero, one of these B_l^m with m>0 can by made zero by a rotation of the coordinate system. However, the appropriate orientation of the coordinate system in these cases is not known a priori. It requires the knowledge of the CEF parameters. Note, that for cubic symmetry additionally \mathrm{B}_4^4=5 \mathrm{B}_4^0, and \mathrm{B}_6^4 = -21 \mathrm{B}_6^0.

l |m|=0 1 2 3 4 5 6
0 \frac{1}{2}            
2 \frac{1}{8} \sqrt{6} \frac{1}{2}\sqrt{6}        
4 \frac{1}{16} \frac{1}{2}\sqrt{5} \frac{1}{4}\sqrt{10} \frac{1}{2}\sqrt{35} \frac{1}{8}\sqrt{70}    
6 \frac{3}{8} \frac{1}{8}\sqrt{42} \frac{1}{16}\sqrt{105} \frac{1}{8}\sqrt{105} \frac{3}{16}\sqrt{14} \frac{3}{8}\sqrt{77} \frac{1}{16}\sqrt{231}

Table 3: Ratios \lambda_{lm} of the Stevens to the real valued Wybourne normalised parameters. After [NewmanNg00].

References

[Buckmaster72] H. A. Buckmaster, R. Chatterjee, and Y. H. Shing, phys. stat. sol. (a) 13, 9 (1972).

[Hutchings64] M. T. Hutchings, in Solid State Physics, edited by F. Seitz and D. Turnbull (Academic Press, New York, 1964), vol. 16, pp. 227–273.

[JensenMackintosh91] J. Jensen and A. R. Mackintosh, Rare Earth Magnetism (Clarendon Press, 1991).

[Judd63] B. R. Judd, Operator Techniques in Atomic Spectroscopy (McGraw-Hill, 1963), reprinted (1998) by Princeton University Press.

[NewmanNg00] D. J. Newman and B. K. C. Ng, Crystal Field Handbook (Cambridge University Press, 2000).

[SmithThornley66] D. Smith and J. H. M. Thornley, Proc. Phys. Soc. 89, 779 (1966)

[Stevens52] K. W. H. Stevens, Proc. Phys. Soc. A 65, 209 (1952).

[Wybourne65] B. G. Wybourne, Spectroscopic Properties of Rare Earths (Interscience, New York, 1965).

Category: Concepts