Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:standard_operators:crystal_field [2016/10/06 08:40] – created Maurits W. Haverkort | documentation:standard_operators:crystal_field [2024/10/03 18:07] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | ====== Crystal field operator ====== | ||
+ | ### | ||
+ | |||
+ | In Crystal-field theory the interactions of a local atom with its environment (covalent bonding) is approximated by an effective potential. These potentials do not really exist in a solid, but should be seen as effective fields describing the (anti-) bonding states of an atom. We assume that the local spin-orbitals are given by a radial equation times a spherical harmonic describing the angular part. | ||
+ | \begin{equation} | ||
+ | \varphi_{n, | ||
+ | \end{equation} | ||
+ | with $r=|\vec{r}|$ and the spherical harmonics having the same phase as used in Mathematica. The Hamiltonian is given by a potential $V(\vec{r})$. In second quantization this yields the operator: | ||
+ | \begin{equation} | ||
+ | H_{CF} = \sum_{\tau_1, | ||
+ | \end{equation} | ||
+ | whereby the quantum number $\tau$ stands for the combination of $n$ (principle quantum number) $l$ (angular momentum) $m$ (projection of angular momentum on $z$ axis) $\sigma$ (projection of the spin on the $z$ axis). | ||
+ | |||
+ | In order to evaluate $\big\langle \varphi_{\tau_1}(\vec{r}) \big| V(\vec{r}) \big| \varphi_{\tau_2}(\vec{r}) \big\rangle$ we expand $V(\vec{r})$ on renormalized spherical Harmonics: | ||
+ | \begin{equation} | ||
+ | C_{k, | ||
+ | \end{equation} | ||
+ | Using a tailor series in $r^k$ we find: | ||
+ | \begin{align} | ||
+ | V(r, | ||
+ | \nonumber \times& \partial_z^{k-|m|}(-\rm{Sign}[m]\partial_x+\imath\partial_y)^{|m|}V(r, | ||
+ | \nonumber \times& r^k C_{k, | ||
+ | \end{align} | ||
+ | The integral $\big\langle \varphi_{\tau_1}(\vec{r}) \big| V(\vec{r}) \big| \varphi_{\tau_2}(\vec{r}) \big\rangle$ can now be rewritten into a $r$ dependent part and a $\theta$ and $\phi$ dependent part: | ||
+ | \begin{align} | ||
+ | \big\langle \varphi_{\tau_1}(\vec{r}) \big| V(\vec{r}) \big| \varphi_{\tau_2}(\vec{r}) \big\rangle =& \\ | ||
+ | \nonumber \sum_{k=0}^{\infty}\sum_{m=-k}^{k} & A_{k,m} \big\langle Y_{l_1,m_1} \big| C_{k,m} \big| Y_{l_2,m_2} \big\rangle, | ||
+ | \end{align} | ||
+ | with: | ||
+ | \begin{align} | ||
+ | A_{k, | ||
+ | \nonumber &\times \big\langle R_{n_1, | ||
+ | \nonumber &\quad \partial_z^{k-|m|}(-\rm{Sign}[m]\partial_x+\imath\partial_y)^{|m|}V(r, | ||
+ | \nonumber & \quad\quad\quad \big| R_{n_2, | ||
+ | \end{align} | ||
+ | In crystal-field theory $V(\vec{r})$ is an effective potential which is taken to fit the experiment, in practice one takes the values $A_{k,m}$ as the fitting parameters. The crystal-field Hamiltonian thus becomes: | ||
+ | \begin{equation} | ||
+ | H_{CF} = \sum_{\tau_1, | ||
+ | \end{equation} | ||
+ | |||
+ | In Quanty one can create crystal-field operators with the function " | ||
+ | <code Quanty Example.Quanty> | ||
+ | -- crystal field operator in Oh | ||
+ | -- symmetry acting on a d shell | ||
+ | NF = 10 | ||
+ | NB = 0 | ||
+ | IndexDn_3d = {0,2,4,6,8} | ||
+ | IndexUp_3d = {1,3,5,7,9} | ||
+ | tenDq = 1.1 | ||
+ | Akm = {{4, 0, | ||
+ | | ||
+ | {4, 4, | ||
+ | OppCF = NewOperator(" | ||
+ | </ | ||
+ | |||
+ | The crystal-field operator is also used to create transition operators in spectroscopy. Also here one needs to create an operator that represents an electrical field (of the photon). In this case however the field has a physical representation and one can calculate the true expansion of the field on renormalized spherical harmonics. The term $r^k$ for large $k$ can lead to divergent or badly converging series and therefor it is often desirable to expand on spherical Bessel functions $j_k(r)$ as will be discussed in more detail below. | ||
+ | ### | ||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu> |