-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathnerwann.tex
More file actions
101 lines (93 loc) · 6.46 KB
/
Copy pathnerwann.tex
File metadata and controls
101 lines (93 loc) · 6.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
%!TEX root=./user_guide.tex
\chapter{Thermomagnetic calculations with the \bw\ module} \textbf{nerwann}.
The flag $\verb#nerwann#=\verb#TRUE#$ will prompt the computation of the isothermal Nernst, isothermal Hall, and Ettingshausen coefficients by solving the Boltzmann transport equation in the presence of a magnetic field within the constant time relaxation approximation. Each quantity is defined in the following section\ref{nerwann-theory}
The parameters of the nerwann module are described in the documentation as well as an example of computing thermomagnetic properties of GaAs in the Tutorial.
Thermomagnetic responses largely depend on the magnitude of magnetic field which needs to be specified by the user via the \textbf{bext} flag in the input file.
citing the following paper would be greatly appreciated when publishing data attained using the nerwann module:
\begin{quote}
S.E. Rezaei, M. Zebarjadi, and K. Esfarjani, \\
\emph{Calculation of thermomagnetic properties using first-principles density functional theory}, Comput. Mater. Sci. 210, 111412 (2022), DOI:10.1016/j.commatsci.2022.111412.
\end{quote}
%Reference: [Comput. Mater. Sci paper]
\section{Theory}
\label{nerwann-theory}
In response to external fields, at a point $k$ in the reciprocal space, the distribution function $f_{k}$ deviates from the equilibrium distribution function $f_{k}^{0}$ as $f_{k}\textbf{=}f_{k}^{0}+f_{k}^{1}$. Moreover, the presence of a magnetic field causes a force acting on a particle described by Lorentz force $q\nu\times H$, and subsequently, the BTE will be modified as follows~\cite{smith1967electronic}:
\begin{equation}
\frac{q}{\hbar}\nu\times H\cdot \nabla _{k} f_{k}^{1}+\nu \cdot [q\varepsilon + T\nabla (\frac{E_{k}-\mu}{T})]\frac{\partial f_{k}^{0}}{\partial E_{k}}\textbf{=}- \frac{f_{k}^{1}}{\tau}
\label{eq1}
\end{equation}
Where q is the electron charge, $\hbar$ is the Planck constant, T is the temperature, $\varepsilon$ is the electric field, $E_{k}$ is the band energy and $\mu$ is the chemical potential. Eq.~\ref{eq1} can be abbreviated by introducing a generalized force, $F$, and a band operator, $\Omega$ defined as follows:
\begin{equation}
\begin{split}
%&F\textbf{=}-\nabla \mu +(E_{k}-\mu)T\nabla (\frac{1}{T}) \\
&F\textbf{=}-\nabla \mu -\frac{(E_{k}-\mu)}{T}\nabla T) \\
&\Omega\textbf{=}\frac{q}{\hbar}\nu\times H\cdot\nabla _{k}\textbf{=}\frac{q}{\hbar}\nu _{j}H_{k}\epsilon _{ijk}(\frac{\partial}{\partial k_{i}})
\end{split}
\label{eq2}
\end{equation}
Inserting ~\ref{eq2} in ~\ref{eq1} results in an equation for $f_{k}^{1}$:
\begin{equation}
f_{k}^{1}\textbf{=}(1+\tau \Omega)^{-1}\tau \nu \cdot F(-\frac{\partial f_{k}^{0}}{\partial E_{k}})
\label{eq3}
\end{equation}
When $\tau \Omega$ is small, at small magnetic fields, the term $(1+\tau \Omega)^{-1}$ can be expanded according to the Jones-Zener expansion~\cite{jones-zener}:
\begin{equation}
(1+\tau \Omega)^{-1}\textbf{=}1-\tau \Omega +(\tau \Omega)^{2}-\dots
\label{eq4}
\end{equation}
For the Nernst effect the first two terms (1-$\tau \Omega$) are needed to achieve a response linear in $H$, and higher order terms are neglected, thus, the transport distribution function (Eq.~\ref{eq3}) is modified as:
\begin{equation}
f_{k}^{1}\textbf{=}-F_{i}\frac{\partial f_{k}^{0}}{\partial E_{k}}\tau [1-\tau \Omega]\nu _{j}
\label{eq5}
\end{equation}
The physical constants (G) and transport coefficients($(ij)_{H}$) are defined as comprehensive tensors.
\begin{equation}
\begin{split}
G\textbf{=}\begin{pmatrix}
q^2 \\
\frac{q}{T}(E-\mu) \\
q(E-\mu) \\
\frac{(E-\mu)^2}{T} \\
\end{pmatrix} \\
(ij)_{H}\textbf{=}\begin{pmatrix}
\sigma_{ij}(H) \\
B_{ij}(H) \\
\rho _{ij}(H) \\
\kappa _{ij} (H) \\
\end{pmatrix}
\label{eqmtrx}
\end{split}
\end{equation}
The transport distribution function ($\Xi ^H$) for thermomagnetic effect relates the $(ij)_H$ and G tensors as below~\cite{rezaei2022crta,rezaei2023rta}:
\begin{equation}
%\fontsize{8}{11}\selectfont
\begin{split}
&(ij)_H\textbf{=}\int G \, \Xi_{ij}^H (E)\left(-\frac{\partial f(E,\mu,T)}{\partial E}\right) dE \\
&\Xi_{ij}^H(E)\textbf{=}\frac{1}{VN_k}\sum_{n,k}\nu_{i,nk}\tau_{nk}[\nu_{j,nk}-\Omega\,\tau_{nk}\,\nu_{j,nk}]\,\delta(E-E_{k})
\label{eq6}
\end{split}
\end{equation}
Table.~\ref{TMco} summarizes the definition of each thermomagnetic response function along with their corresponding boundary conditions.
\begin{table}
\caption{Isothermal Nernst (N$_{T}$), Isothermal Hall (H$_{T}$), and Ettinghausen ($\eta$) coefficients in Adiabatic (A) and Isothermal (T) conditions. $\alpha$,$\rho$,$\kappa$, and $\pi$ are the Seebeck coefficient, electrical resistivity, thermal conductivity and Peltier coefficient, respectively.}
\centering
\noindent
\begin{tabular}{lccc} %crrrr}
\hline
\hline
\textbf{Coefficient} &\textbf{Measure} &\textbf{Boundary Conditions} & \textbf{Equation} \\
\hline
\hline
$N_{T}$ & $\frac{\varepsilon_y}{\partial_x T}$ & J=0, $ \partial_yT\textbf{=}0$ & $\alpha_{yx}(H)$ \\
$H_{T}$ & $\frac{\varepsilon_y}{J_x }$ & J=J$_x, \nabla T\textbf{=}0$ & $\rho _{yx}(H)$ \\
$\eta$ & $\frac{\partial_yT}{J_x}$ & J=J$_x$, $Q_y\textbf{=}0$ $\partial_xT\textbf{=}0$ & $\frac{\pi_{yx}(H)}{\kappa_{yy}(H)}$\\
\hline
\hline
\end{tabular}
\label{TMco}
\end{table}
\section{Files}
\subsection{{\tt seedname\_tdf1.dat}}
OUTPUT. This file contains the first term of Transport Distribution Function ($\Xi_{ij}^H(E)$~\ref{eq6}) with no relaxation time as $\frac{1}{VN_k}\sum_{n,k}\nu_{i,nk}\nu_{j,nk}\delta(E-E_{k})$. The first few lines are descriptions that are commented. The first column is energy in eV unit, followed by nine components of the first order Transport Distribution Function. When spin decomposition is needed, 12 more columns will be added for spin up and down contributions. It is noteworthy to add that the 1st order Transport Distribution Function is printed out in the SI units of $1/kg.m^3$.
\subsection{{\tt seedname\_tdf2.dat}}
OUTPUT. This file contains the second term of Transport Distribution Function ($\Xi_{ij}^H(E)$~\ref{eq6}) with no relaxation time as $\frac{1}{VN_k}\sum_{n,k}\nu_{i,nk}\Omega\,\nu_{j,nk}\,\delta(E-E_{k})$. The first few lines are descriptions that are commented. The first column is energy in eV unit, followed by nine components of the second order Transport Distribution Function. When spin decomposition is needed, 12 more columns will be added for spin up and down contributions. The 2nd order Transport Distribution Function is saved in the SI units of $1/s.kg.m^3$.