Thomas-Fermi-Dirac Theory
There are two ways to derive equations for Thomas-Fermi-Dirac theory. One way
is to start from grand potential and derive all equations from it. The other
way is to start with low level equations and build our way up. Will start with
the former.
Top Down Approach ¶ The full interacting grand partition function is:
Ξ = ∑ N = 0 ∞ z N N ! ∫ ∏ i = 1 N d 3 r i d 3 p i ( 2 π ℏ ) 3 exp ( − β [ ∑ i = 1 N p i 2 2 m + U ( r 1 , r 2 , … , r N ) ] ) . \Xi = \sum_{N=0}^\infty \frac{z^N}{N!} \int \prod_{i=1}^N \frac{d^3 r_i \, d^3 p_i}{(2\pi \hbar)^3} \, \exp\left( -\beta \left[ \sum_{i=1}^N \frac{p_i^2}{2m} + U(\mathbf{r}_1, \mathbf{r}_2, \dots, \mathbf{r}_N) \right] \right). Ξ = N = 0 ∑ ∞ N ! z N ∫ i = 1 ∏ N ( 2 π ℏ ) 3 d 3 r i d 3 p i exp ( − β [ i = 1 ∑ N 2 m p i 2 + U ( r 1 , r 2 , … , r N ) ] ) . We are approximating it with a trial grand potential that is non-interacting:
Ω t r i a l [ β , μ ] = − ∑ i 1 β log ( ∑ N = 0 1 e − β ( N ϵ i − N μ ) ) = \Omega_\mathrm{trial}[\beta, \mu]
= -\sum_i {1\over\beta}
\log\left(\sum_{N=0}^1 e^{-\beta\left(N\epsilon_i - N\mu\right)}\right)
= Ω trial [ β , μ ] = − i ∑ β 1 log ( N = 0 ∑ 1 e − β ( N ϵ i − N μ ) ) = = − ∑ i 1 β log ( 1 + e − β ( ϵ i − μ ) ) = = -\sum_i {1\over\beta}
\log\left(1 + e^{-\beta\left(\epsilon_i - \mu\right)}\right) = = − i ∑ β 1 log ( 1 + e − β ( ϵ i − μ ) ) = = − 1 β ∫ ∫ 2 d 3 x d 3 p ( 2 π ) 3 log ( 1 + e − β ( H t r i a l ( p , x ) − μ ) ) = = -{1\over\beta}
\int \int {2\,\mathrm{d}^3 x \,\mathrm{d}^3 p \over (2\pi)^3} \log\left(1 +
e^{-\beta\left(H_\mathrm{trial}(\mathbf{p}, \mathbf{x}) - \mu\right)}\right) = = − β 1 ∫∫ ( 2 π ) 3 2 d 3 x d 3 p log ( 1 + e − β ( H trial ( p , x ) − μ ) ) = = − 1 β ∫ ∫ 2 d 3 x d 3 p ( 2 π ) 3 log ( 1 + e − β ( p 2 2 + V ( x ) − μ ) ) . = -{1\over\beta}
\int \int {2\,\mathrm{d}^3 x \,\mathrm{d}^3 p \over (2\pi)^3} \log\left(1 +
e^{-\beta\left({p^2\over 2} + V({\bf x}) - \mu\right)}\right)\,. = − β 1 ∫∫ ( 2 π ) 3 2 d 3 x d 3 p log ( 1 + e − β ( 2 p 2 + V ( x ) − μ ) ) . And the relation between the two is:
Ω [ β , μ ] = Ω t r i a l [ β , μ ] + ⟨ H − H t r i a l ⟩ t r i a l \Omega[\beta, \mu]
= \Omega_\mathrm{trial}[\beta, \mu]
+\langle H - H_\mathrm{trial} \rangle_\mathrm{trial} Ω [ β , μ ] = Ω trial [ β , μ ] + ⟨ H − H trial ⟩ trial Proof ¶ The given relation is an approximation to the exact grand potential Ω[β, μ] = −(1/β) ln Ξ, derived using a mean-field-like approach based on a first-order cumulant expansion (or equivalently, approximating the average of an exponential by the exponential of the average). This is a standard technique in statistical mechanics for approximating partition functions when using a trial Hamiltonian, particularly in theories like Thomas-Fermi-Dirac (TFD) or mean-field approximations where fluctuations beyond the trial system are neglected.
Step 1: Recall the exact grand partition function and grand potential ¶ The exact grand partition function for the interacting system is:
Ξ = ∑ N = 0 ∞ e β μ N Tr N [ e − β H ( N ) ] = Tr [ e − β ( H − μ N ) ] , \Xi = \sum_{N=0}^\infty e^{\beta \mu N} \operatorname{Tr}_N \left[ e^{-\beta H^{(N)}} \right] = \operatorname{Tr} \left[ e^{-\beta (H - \mu N)} \right], Ξ = N = 0 ∑ ∞ e β μ N Tr N [ e − β H ( N ) ] = Tr [ e − β ( H − μ N ) ] , where the trace is over all particle numbers N and states, H is the full interacting Hamiltonian (including kinetic energy, external potential V_en, and electron-electron interactions), μ is the chemical potential, β = 1/(kT), and N is the particle number operator.
The exact grand potential is then:
Ω [ β , μ ] = − 1 β ln Ξ . \Omega[\beta, \mu] = -\frac{1}{\beta} \ln \Xi. Ω [ β , μ ] = − β 1 ln Ξ. This is intractable to compute exactly for interacting systems, so we introduce a non-interacting trial system.
Step 2: Introduce the trial Hamiltonian and its grand partition function ¶ Define a trial Hamiltonian H_trial that is non-interacting (i.e., a sum of single-particle terms, as given in the notes: H_trial = ∑_i (p_i²/2 + V(x_i)), where V(x) = V_en(x) + V_ee(x) + V_xc(x) is an effective mean-field potential). The trial system is solvable exactly, as it reduces to independent fermions in the potential V(x).
The trial grand partition function is:
Ξ t r i a l = Tr [ e − β ( H t r i a l − μ N ) ] , \Xi_{\mathrm{trial}} = \operatorname{Tr} \left[ e^{-\beta (H_{\mathrm{trial}} - \mu N)} \right], Ξ trial = Tr [ e − β ( H trial − μ N ) ] , and the trial grand potential is:
Ω t r i a l [ β , μ ] = − 1 β ln Ξ t r i a l . \Omega_{\mathrm{trial}}[\beta, \mu] = -\frac{1}{\beta} \ln \Xi_{\mathrm{trial}}. Ω trial [ β , μ ] = − β 1 ln Ξ trial . As shown in the notes, this can be explicitly computed in the semiclassical (Thomas-Fermi) approximation:
Ω t r i a l [ β , μ ] = − 1 β ∫ ∫ 2 d 3 x d 3 p ( 2 π ) 3 log ( 1 + e − β ( p 2 2 + V ( x ) − μ ) ) . \Omega_{\mathrm{trial}}[\beta, \mu] = -\frac{1}{\beta} \int \int \frac{2 \, d^3 x \, d^3 p}{(2\pi)^3} \log \left( 1 + e^{-\beta \left( \frac{p^2}{2} + V(\mathbf{x}) - \mu \right)} \right). Ω trial [ β , μ ] = − β 1 ∫∫ ( 2 π ) 3 2 d 3 x d 3 p log ( 1 + e − β ( 2 p 2 + V ( x ) − μ ) ) . (Here, the factor of 2 accounts for spin degeneracy.)
Step 3: Rewrite the exact Ξ in terms of the trial system ¶ To connect the exact and trial systems, rewrite the exact grand partition function using H = H_trial + (H - H_trial):
Ξ = Tr [ e − β ( H t r i a l − μ N + ( H − H t r i a l ) ) ] = Tr [ e − β ( H t r i a l − μ N ) e − β ( H − H t r i a l ) ] . \Xi = \operatorname{Tr} \left[ e^{-\beta (H_{\mathrm{trial}} - \mu N + (H - H_{\mathrm{trial}}))} \right] = \operatorname{Tr} \left[ e^{-\beta (H_{\mathrm{trial}} - \mu N)} \, e^{-\beta (H - H_{\mathrm{trial}})} \right]. Ξ = Tr [ e − β ( H trial − μ N + ( H − H trial )) ] = Tr [ e − β ( H trial − μ N ) e − β ( H − H trial ) ] . This can be expressed as:
Ξ = Ξ t r i a l ⟨ e − β ( H − H t r i a l ) ⟩ t r i a l , \Xi = \Xi_{\mathrm{trial}} \left\langle e^{-\beta (H - H_{\mathrm{trial}})} \right\rangle_{\mathrm{trial}}, Ξ = Ξ trial ⟨ e − β ( H − H trial ) ⟩ trial , where ⟨⋅⟩_trial denotes the expectation value in the trial ensemble:
⟨ O ⟩ t r i a l = 1 Ξ t r i a l Tr [ O e − β ( H t r i a l − μ N ) ] . \left\langle O \right\rangle_{\mathrm{trial}} = \frac{1}{\Xi_{\mathrm{trial}}} \operatorname{Tr} \left[ O \, e^{-\beta (H_{\mathrm{trial}} - \mu N)} \right]. ⟨ O ⟩ trial = Ξ trial 1 Tr [ O e − β ( H trial − μ N ) ] . Let ΔH = H - H_trial for brevity (ΔH captures the difference between the true interactions and the mean-field approximation in H_trial). Then:
Ξ = Ξ t r i a l ⟨ e − β Δ H ⟩ t r i a l . \Xi = \Xi_{\mathrm{trial}} \left\langle e^{-\beta \Delta H} \right\rangle_{\mathrm{trial}}. Ξ = Ξ trial ⟨ e − β Δ H ⟩ trial . Step 4: Take the logarithm to get the grand potential ¶ The grand potential is:
Ω [ β , μ ] = − 1 β ln Ξ = − 1 β ln Ξ t r i a l − 1 β ln ⟨ e − β Δ H ⟩ t r i a l = Ω t r i a l [ β , μ ] − 1 β ln ⟨ e − β Δ H ⟩ t r i a l . \Omega[\beta, \mu] = -\frac{1}{\beta} \ln \Xi = -\frac{1}{\beta} \ln \Xi_{\mathrm{trial}} - \frac{1}{\beta} \ln \left\langle e^{-\beta \Delta H} \right\rangle_{\mathrm{trial}} = \Omega_{\mathrm{trial}}[\beta, \mu] - \frac{1}{\beta} \ln \left\langle e^{-\beta \Delta H} \right\rangle_{\mathrm{trial}}. Ω [ β , μ ] = − β 1 ln Ξ = − β 1 ln Ξ trial − β 1 ln ⟨ e − β Δ H ⟩ trial = Ω trial [ β , μ ] − β 1 ln ⟨ e − β Δ H ⟩ trial . This is still exact, but the term ln ⟨e^{-β ΔH}⟩_trial is difficult to compute.
Step 5: Apply the first-order cumulant approximation (mean-field approximation) ¶ To approximate ln ⟨e^X⟩_trial where X = -β ΔH, use the cumulant expansion:
ln ⟨ e X ⟩ = ⟨ X ⟩ + 1 2 ( ⟨ X 2 ⟩ − ⟨ X ⟩ 2 ) + ⋯ . \ln \left\langle e^{X} \right\rangle = \left\langle X \right\rangle + \frac{1}{2} \left( \left\langle X^2 \right\rangle - \left\langle X \right\rangle^2 \right) + \cdots. ln ⟨ e X ⟩ = ⟨ X ⟩ + 2 1 ( ⟨ X 2 ⟩ − ⟨ X ⟩ 2 ) + ⋯ . In the mean-field approximation (common in TFD and similar theories), we truncate at first order, neglecting higher-order cumulants (which represent fluctuations/correlations beyond the mean field):
ln ⟨ e X ⟩ ≈ ⟨ X ⟩ . \ln \left\langle e^{X} \right\rangle \approx \left\langle X \right\rangle. ln ⟨ e X ⟩ ≈ ⟨ X ⟩ . This is equivalent to the Jensen’s inequality-based approximation ⟨e^X⟩ ≈ e^{⟨X⟩} (since ln is concave, this gives an upper bound, but in practice, it’s used as an approximation here).
Substituting X = -β ΔH:
ln ⟨ e − β Δ H ⟩ t r i a l ≈ ⟨ − β Δ H ⟩ t r i a l = − β ⟨ Δ H ⟩ t r i a l . \ln \left\langle e^{-\beta \Delta H} \right\rangle_{\mathrm{trial}} \approx \left\langle -\beta \Delta H \right\rangle_{\mathrm{trial}} = -\beta \left\langle \Delta H \right\rangle_{\mathrm{trial}}. ln ⟨ e − β Δ H ⟩ trial ≈ ⟨ − β Δ H ⟩ trial = − β ⟨ Δ H ⟩ trial . Plug this back into the expression for Ω:
Ω [ β , μ ] ≈ Ω t r i a l [ β , μ ] − 1 β ( − β ⟨ Δ H ⟩ t r i a l ) = Ω t r i a l [ β , μ ] + ⟨ Δ H ⟩ t r i a l = Ω t r i a l [ β , μ ] + ⟨ H − H t r i a l ⟩ t r i a l . \Omega[\beta, \mu] \approx \Omega_{\mathrm{trial}}[\beta, \mu] - \frac{1}{\beta} \left( -\beta \left\langle \Delta H \right\rangle_{\mathrm{trial}} \right) = \Omega_{\mathrm{trial}}[\beta, \mu] + \left\langle \Delta H \right\rangle_{\mathrm{trial}} = \Omega_{\mathrm{trial}}[\beta, \mu] + \left\langle H - H_{\mathrm{trial}} \right\rangle_{\mathrm{trial}}. Ω [ β , μ ] ≈ Ω trial [ β , μ ] − β 1 ( − β ⟨ Δ H ⟩ trial ) = Ω trial [ β , μ ] + ⟨ Δ H ⟩ trial = Ω trial [ β , μ ] + ⟨ H − H trial ⟩ trial . This is the desired relation. The equality in the notes is understood as this approximation (not exact equality), which becomes accurate in the limit where correlations (higher cumulants) are small, such as in high-density or semiclassical regimes relevant to TFD.
Additional Notes on the Approximation ¶ Validity : This first-order truncation is exact if ΔH is constant (no fluctuations), but in general, it’s a mean-field approximation. In TFD, it’s justified because the trial H_trial already includes mean-field effects via V(x), and the semiclassical kinetic energy approximation further simplifies things.
Connection to variational principle : This relates to the Gibbs-Bogoliubov-Feynman inequality, which states Ω ≤ Ω_trial + ⟨H - H_trial⟩_trial (an upper bound on Ω). In the notes, the approximation treats it as equality for the purpose of deriving the TFD equations, with minimization over the trial parameters (e.g., V(x) or the density n_e(x)) to find the best approximation.
Evaluate ⟨ H − H trial ⟩ trial \langle H - H_{\text{trial}} \rangle_{\text{trial}} ⟨ H − H trial ⟩ trial explicitly ¶ Where the full Hamiltonian contains:
H = ∑ i ( p i 2 2 + V e n ( x i ) ) + 1 2 ∑ i ≠ j 1 ∣ x i − x j ∣ H = \sum_i \left({p_i^2\over 2} + V_{en}({\bf x}_i)\right) + {1\over2}\sum_{i \ne j} {1\over |\mathbf{x}_i - \mathbf{x}_j|} H = i ∑ ( 2 p i 2 + V e n ( x i ) ) + 2 1 i = j ∑ ∣ x i − x j ∣ 1 And the non-interacting trial Hamiltonian is for each particle (the total
Hamiltonian is a sum of these):
H t r i a l ( p , x ) = p 2 2 + V ( x ) H_\mathrm{trial}(\mathbf{p}, \mathbf{x}) = {p^2\over 2} + V({\bf x}) H trial ( p , x ) = 2 p 2 + V ( x ) where:
V ( x ) = V e n ( x ) + V e e ( x ) + V x c ( x ) V({\bf x}) = V_{en}({\bf x}) + V_{ee}({\bf x}) + V_{xc}({\bf x}) V ( x ) = V e n ( x ) + V ee ( x ) + V x c ( x ) .
Now, evaluate the correction ⟨ H − H trial ⟩ trial \langle H - H_{\text{trial}} \rangle_{\text{trial}} ⟨ H − H trial ⟩ trial . The true H H H includes Hartree U H = 1 2 ∑ i ≠ j 1 ∣ r i − r j ∣ U_H = \frac{1}{2} \sum_{i \neq j} \frac{1}{|\mathbf{r}_i - \mathbf{r}_j|} U H = 2 1 ∑ i = j ∣ r i − r j ∣ 1 and exchange-correlation (approximated as LDA for simplicity). In the mean-field:
Hartree: ⟨ U H ⟩ trial ≈ E e e = 1 2 ∫ n e ( r ) V e e ( r ) d 3 r \langle U_H \rangle_{\text{trial}} \approx E_{ee} = \frac{1}{2} \int n_e(\mathbf{r}) V_{ee}(\mathbf{r}) \, d^3 r ⟨ U H ⟩ trial ≈ E ee = 2 1 ∫ n e ( r ) V ee ( r ) d 3 r , and ⟨ ∑ i V e e ( r i ) ⟩ trial = ∫ n e V e e d 3 r = 2 E e e \langle \sum_i V_{ee}(\mathbf{r}_i) \rangle_{\text{trial}} = \int n_e V_{ee} \, d^3 r = 2 E_{ee} ⟨ ∑ i V ee ( r i ) ⟩ trial = ∫ n e V ee d 3 r = 2 E ee , so contribution: E e e − 2 E e e = − E e e E_{ee} - 2 E_{ee} = -E_{ee} E ee − 2 E ee = − E ee .
Dirac exchange: E x c = ∫ ϵ x c ( n e ( r ) ) n e ( r ) d 3 r E_{xc} = \int \epsilon_{xc}(n_e(\mathbf{r})) n_e(\mathbf{r}) \, d^3 r E x c = ∫ ϵ x c ( n e ( r )) n e ( r ) d 3 r , with ϵ x c ∝ − n 1 / 3 \epsilon_{xc} \propto -n^{1/3} ϵ x c ∝ − n 1/3 . Then V x c = δ E x c δ n e = 4 3 ϵ x c V_{xc} = \frac{\delta E_{xc}}{\delta n_e} = \frac{4}{3} \epsilon_{xc} V x c = δ n e δ E x c = 3 4 ϵ x c , so ⟨ ∑ i V x c ( r i ) ⟩ trial = ∫ n e V x c d 3 r = 4 3 E x c \langle \sum_i V_{xc}(\mathbf{r}_i) \rangle_{\text{trial}} = \int n_e V_{xc} \, d^3 r = \frac{4}{3} E_{xc} ⟨ ∑ i V x c ( r i ) ⟩ trial = ∫ n e V x c d 3 r = 3 4 E x c , and contribution: E x c − 4 3 E x c = − 1 3 E x c E_{xc} - \frac{4}{3} E_{xc} = -\frac{1}{3} E_{xc} E x c − 3 4 E x c = − 3 1 E x c .
External: Cancels exactly (included in both H H H and H trial H_{\text{trial}} H trial ).
In the variational approximation: Ω [ ρ ] = T r ρ ( H − μ N + 1 β ln ρ ) \Omega[\rho] = \mathrm{Tr} \rho (H - \mu N + \frac{1}{\beta} \ln \rho) Ω [ ρ ] = Tr ρ ( H − μ N + β 1 ln ρ ) , using a non-interacting trial ρ trial \rho_{\text{trial}} ρ trial :
⟨ H ⟩ trial = T r ρ trial H = T s + ∫ n v ext + ⟨ U ⟩ trial , \langle H \rangle_{\text{trial}} = \mathrm{Tr} \rho_{\text{trial}} H = T_s + \int n v_{\text{ext}} + \langle U \rangle_{\text{trial}}, ⟨ H ⟩ trial = Tr ρ trial H = T s + ∫ n v ext + ⟨ U ⟩ trial , where T_s is exact in KS (orbital kinetic) or approximate in TFD (semiclassical).
For U (true Coulomb), the trial average ⟨ U ⟩ trial = 1 2 T r ρ trial ∑ i ≠ j 1 r i j \langle U \rangle_{\text{trial}} = \frac{1}{2} \mathrm{Tr} \rho_{\text{trial}} \sum_{i \neq j} \frac{1}{r_{ij}} ⟨ U ⟩ trial = 2 1 Tr ρ trial ∑ i = j r ij 1 . Since ρ trial \rho_{\text{trial}} ρ trial is non-interacting (product of single-particle states), it factorizes to the Hartree term E_H, but to capture quantum exchange-correlation, we approximate :
⟨ U ⟩ trial ≈ E H + E x c [ n ] , \langle U \rangle_{\text{trial}} \approx E_H + E_{xc}[n], ⟨ U ⟩ trial ≈ E H + E x c [ n ] , where E_xc is added as a functional of the trial density n(r) (e.g., Dirac: E x = − 3 4 ( 3 π ) 1 / 3 ∫ n 4 / 3 d 3 r E_x = -\frac{3}{4} \left( \frac{3}{\pi} \right)^{1/3} \int n^{4/3} d^3 r E x = − 4 3 ( π 3 ) 1/3 ∫ n 4/3 d 3 r ).
More rigorously, here is how it works using DFT (both KS and OF) for the full
system at zero temperature, but the analogous derivation works for a finite
temperature also:
E [ n ] = ( T + U ) [ n ] + V [ n ] = T s [ n ] + E H [ n ] + ( T − T s + U − E H ) [ n ] + V [ n ] = E[n]=(T+U)[n]+V[n]=T_s[n]+E_H[n]+(T-T_s+U-E_H)[n]+V[n]= E [ n ] = ( T + U ) [ n ] + V [ n ] = T s [ n ] + E H [ n ] + ( T − T s + U − E H ) [ n ] + V [ n ] = = T s [ n ] + E H [ n ] + E x c [ n ] + V [ n ] . =T_s[n]+E_H[n]+E_{xc}[n]+V[n]\,. = T s [ n ] + E H [ n ] + E x c [ n ] + V [ n ] . In other words, both for the full Hamiltonian and for the trial Hamiltonian, we
make some approximation to the kinetic term (TF in our case), and the
difference is taken care of using the XC potential.
In the correction:
⟨ H − H trial ⟩ trial = \langle H - H_{\text{trial}} \rangle_{\text{trial}} = ⟨ H − H trial ⟩ trial = = [ T s + ∫ n v ext + E H + E x c ] − [ T s + ∫ n v ext + ∫ n v H + ∫ n v x c ] = = [T_s + \int n v_{\text{ext}} + E_H + E_{xc}] - [T_s + \int n v_{\text{ext}} + \int n v_H + \int n v_{xc}] = = [ T s + ∫ n v ext + E H + E x c ] − [ T s + ∫ n v ext + ∫ n v H + ∫ n v x c ] = = ( E H − ∫ n v H ) + ( E x c − ∫ n v x c ) . = (E_H - \int n v_H) + (E_{xc} - \int n v_{xc}). = ( E H − ∫ n v H ) + ( E x c − ∫ n v x c ) . With ∫ n v H = 2 E H \int n v_H = 2 E_H ∫ n v H = 2 E H and ∫ n v x c = 4 3 E x c \int n v_{xc} = \frac{4}{3} E_{xc} ∫ n v x c = 3 4 E x c (for Dirac), it becomes − E H − ( 1 / 3 ) E x c -E_H - (1/3) E_{xc} − E H − ( 1/3 ) E x c .
Thus the correction that must be applied is:
E e n + E e e + E x c − ∫ n e ( x ) V ( x ) d 3 x = E_{en} + E_{ee} + E_{xc} - \int n_e({\bf x}) V({\bf x})\,\,\mathrm{d}^3 x = E e n + E ee + E x c − ∫ n e ( x ) V ( x ) d 3 x = = ∫ n e ( x ) ( ( e e n − V e n ) + ( e e e − V e e ) + ( e x c − V x c ) ) d 3 x = = \int n_e({\bf x})\left(
(e_{en}-V_{en})
+(e_{ee}-V_{ee})
+(e_{xc}-V_{xc})
\right)\,\,\mathrm{d}^3 x = = ∫ n e ( x ) ( ( e e n − V e n ) + ( e ee − V ee ) + ( e x c − V x c ) ) d 3 x = = ∫ n e ( x ) ( 0 + ( 1 2 V e e − V e e ) + ( 3 4 V x c − V x c ) ) d 3 x = = \int n_e({\bf x})\left(
0
+\left({1\over2} V_{ee}-V_{ee}\right)
+\left({3\over 4}V_{xc}-V_{xc}\right)
\right)\,\,\mathrm{d}^3 x = = ∫ n e ( x ) ( 0 + ( 2 1 V ee − V ee ) + ( 4 3 V x c − V x c ) ) d 3 x = = ∫ n e ( x ) ( − 1 2 V e e − 1 4 V x c ) d 3 x = = \int n_e({\bf x})\left(
-{1\over2} V_{ee}
-{1\over 4}V_{xc}
\right)\,\,\mathrm{d}^3 x = = ∫ n e ( x ) ( − 2 1 V ee − 4 1 V x c ) d 3 x = = − 1 2 ∫ n e ( x ) V e e d 3 x − 1 3 3 4 ∫ n e ( x ) V x c d 3 x = = -{1\over2}\int n_e({\bf x}) V_{ee} \,\mathrm{d}^3 x
- {1\over 3}{3\over 4}\int n_e({\bf x}) V_{xc} \,\mathrm{d}^3 x = = − 2 1 ∫ n e ( x ) V ee d 3 x − 3 1 4 3 ∫ n e ( x ) V x c d 3 x = = − E e e − 1 3 E x c = -E_{ee} - {1\over 3} E_{xc} = − E ee − 3 1 E x c We start with a grand potential for non-interacting fermions (they interact in
terms of the mean field potential V ( x ) V({\bf x}) V ( x ) , but not directly), and add to
it the corrections above:
Ω [ β , μ ] = − ∑ i 1 β log ( ∑ N = 0 1 e − β ( N ϵ i − N μ ) ) − E e e − 1 3 E x c = \Omega[\beta, \mu]
= -\sum_i {1\over\beta}
\log\left(\sum_{N=0}^1 e^{-\beta\left(N\epsilon_i - N\mu\right)}\right)
-E_{ee} - {1\over3}E_{xc} = Ω [ β , μ ] = − i ∑ β 1 log ( N = 0 ∑ 1 e − β ( N ϵ i − N μ ) ) − E ee − 3 1 E x c = = − ∑ i 1 β log ( 1 + e − β ( ϵ i − μ ) ) − E e e − 1 3 E x c = = -\sum_i {1\over\beta}
\log\left(1 + e^{-\beta\left(\epsilon_i - \mu\right)}\right)
-E_{ee} - {1\over3}E_{xc} = = − i ∑ β 1 log ( 1 + e − β ( ϵ i − μ ) ) − E ee − 3 1 E x c = = − 1 β ∫ ∫ 2 d 3 x d 3 p ( 2 π ) 3 log ( 1 + e − β ( p 2 2 + V ( x ) − μ ) ) − E e e − 1 3 E x c = = -{1\over\beta}
\int \int {2\,\mathrm{d}^3 x \,\mathrm{d}^3 p \over (2\pi)^3} \log\left(1 +
e^{-\beta\left({p^2\over 2} + V({\bf x}) - \mu\right)}\right)
-E_{ee} - {1\over3}E_{xc} = = − β 1 ∫∫ ( 2 π ) 3 2 d 3 x d 3 p log ( 1 + e − β ( 2 p 2 + V ( x ) − μ ) ) − E ee − 3 1 E x c = = − 2 β ∫ d 3 x ∫ 0 ∞ 4 π p 2 d p ( 2 π ) 3 log ( 1 + e − β ( p 2 2 + V ( x ) − μ ) ) − E e e − 1 3 E x c = = -{2\over\beta}
\int \,\mathrm{d}^3 x \int_0^\infty{ 4\pi p^2 \,\mathrm{d} p \over (2\pi)^3} \log\left(1 +
e^{-\beta\left({p^2\over 2} + V({\bf x}) - \mu\right)}\right)
-E_{ee} - {1\over3}E_{xc} = = − β 2 ∫ d 3 x ∫ 0 ∞ ( 2 π ) 3 4 π p 2 d p log ( 1 + e − β ( 2 p 2 + V ( x ) − μ ) ) − E ee − 3 1 E x c = = − 1 π 2 β ∫ d 3 x ∫ 0 ∞ p 2 log ( 1 + e − β ( p 2 2 + V ( x ) − μ ) ) d p − E e e − 1 3 E x c = = -{1\over \pi^2 \beta}
\int \,\mathrm{d}^3 x \int_0^\infty p^2 \log\left(1 +
e^{-\beta\left({p^2\over 2} + V({\bf x}) - \mu\right)}\right) \,\mathrm{d} p
-E_{ee} - {1\over3}E_{xc} = = − π 2 β 1 ∫ d 3 x ∫ 0 ∞ p 2 log ( 1 + e − β ( 2 p 2 + V ( x ) − μ ) ) d p − E ee − 3 1 E x c = = − 2 2 3 π 2 β 5 2 ∫ d 3 x ∫ 0 ∞ u 3 2 1 + e u − β ( μ − V ( x ) ) d u − E e e − 1 3 E x c = = -{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int \,\mathrm{d}^3 x \int_0^\infty {u^{3\over2} \over
1 + e^{u-\beta\left(\mu-V({\bf x})\right)}} \,\mathrm{d} u
-E_{ee} - {1\over3}E_{xc} = = − 3 π 2 β 2 5 2 2 ∫ d 3 x ∫ 0 ∞ 1 + e u − β ( μ − V ( x ) ) u 2 3 d u − E ee − 3 1 E x c = = − 2 2 3 π 2 β 5 2 ∫ I 3 2 ( β ( μ − V ( x ) ) ) d 3 x − E e e − 1 3 E x c = = -{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}\left(\beta\left(\mu-V({\bf x})\right)\right) \,\,\mathrm{d}^3 x
-E_{ee} - {1\over3}E_{xc} = = − 3 π 2 β 2 5 2 2 ∫ I 2 3 ( β ( μ − V ( x ) ) ) d 3 x − E ee − 3 1 E x c = = − 2 2 3 π 2 β 5 2 ∫ I 3 2 ( β ( μ − V ( x ) ) ) d 3 x − E e e − 1 3 E x c = -{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}\left(\beta\left(\mu-V({\bf x})\right)\right) \,\,\mathrm{d}^3 x
-E_{ee} - {1\over3}E_{xc} = − 3 π 2 β 2 5 2 2 ∫ I 2 3 ( β ( μ − V ( x ) ) ) d 3 x − E ee − 3 1 E x c The potential
V ( x ) = V e n ( x ) + V e e ( x ) + V x c ( x ) V({\bf x}) = V_{en}({\bf x}) + V_{ee}({\bf x}) + V_{xc}({\bf x}) V ( x ) = V e n ( x ) + V ee ( x ) + V x c ( x )
is the total potential that the electrons experience (it contains nuclear,
Hartree, and XC terms) and E e e E_{ee} E ee is the Hartree energy:
E e n = ∫ n e ( x ) V e n ( x ) d 3 x , E_{en} = \int n_e({\bf x}) V_{en}({\bf x})\,\,\mathrm{d}^3 x\,, E e n = ∫ n e ( x ) V e n ( x ) d 3 x , E e e = 1 2 ∫ n e ( x ) V e e ( x ) d 3 x , E_{ee}
= {1\over2} \int n_e(\mathbf{x}) V_{ee}(\mathbf{x}) \,\mathrm{d}^3 x\,, E ee = 2 1 ∫ n e ( x ) V ee ( x ) d 3 x , E x c = 3 4 ∫ n e ( x ) V x c ( x ) d 3 x . E_{xc} = {3\over 4}\int n_e({\bf x}) V_{xc}({\bf x})\,\,\mathrm{d}^3 x\,. E x c = 4 3 ∫ n e ( x ) V x c ( x ) d 3 x . For simplicity, we assume here that V x c V_{xc} V x c only contains the exchange of the
homogeneous electron gas. For a general XC functional, the relation is
nonlinear and one must simply numerically calculate the XC energy density
e x c ( x ) e_{xc}({\bf x}) e x c ( x ) and calculate the XC energy using:
E x c = ∫ n e ( x ) e x c ( x ) d 3 x . E_{xc} = \int n_e({\bf x}) e_{xc}({\bf x})\,\,\mathrm{d}^3 x\,. E x c = ∫ n e ( x ) e x c ( x ) d 3 x . In our case here, we have e x c = 3 4 V x c ( x ) e_{xc} = {3\over4}V_{xc}({\bf x}) e x c = 4 3 V x c ( x ) , which is only
true for the exchange in homogeneous electron gas. Otherwise the relation is
nonlinear.
The density is a functional derivative with respect to
μ \mu μ :
n e ( x ) = − δ Ω [ β , μ ] δ μ = 2 2 3 π 2 β 5 2 ∂ ∂ μ I 3 2 ( β ( μ − V ( x ) ) ) = 2 2 3 π 2 β 5 2 β 3 2 I 1 2 ( β ( μ − V ( x ) ) ) = n_e({\bf x}) = - {\delta \Omega[\beta, \mu] \over \delta \mu}
= {2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
{\partial \over \partial \mu}
I_{3\over2}\left(\beta\left(\mu-V({\bf x})\right)\right)
= {2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\beta {3\over 2} I_{1\over2}
\left(\beta\left(\mu-V({\bf x})\right)\right) = n e ( x ) = − δ μ δ Ω [ β , μ ] = 3 π 2 β 2 5 2 2 ∂ μ ∂ I 2 3 ( β ( μ − V ( x ) ) ) = 3 π 2 β 2 5 2 2 β 2 3 I 2 1 ( β ( μ − V ( x ) ) ) = = 2 π 2 β 3 2 I 1 2 ( β ( μ − V ( x ) ) ) = {\sqrt2 \over \pi^2 \beta^{3\over2}} I_{1\over2}
\left(\beta\left(\mu-V({\bf x})\right)\right) = π 2 β 2 3 2 I 2 1 ( β ( μ − V ( x ) ) ) By defining the function Φ ( n e ( x ) ) \Phi(n_e({\bf x})) Φ ( n e ( x )) :
Φ ( n e ( x ) ) = β ( μ − V ( x ) ) = I 1 2 − 1 ( π 2 β 3 2 2 n e ( x ) ) \Phi(n_e({\bf x})) = \beta\left(\mu-V({\bf x})\right)
= I_{1\over2}^{-1}\left(
{\pi^2 \beta^{3\over2} \over \sqrt 2} n_e({\bf x})
\right) Φ ( n e ( x )) = β ( μ − V ( x ) ) = I 2 1 − 1 ( 2 π 2 β 2 3 n e ( x ) ) we can express the grand potential using n e n_e n e as follows:
Ω [ β , n e ] = − 2 2 3 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − 1 2 ∫ n e ( x ) V e e ( x ) d 3 x − 1 4 ∫ n e ( x ) V x c ( x ) d 3 x . \Omega[\beta, n_e]
= -{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
- {1\over2} \int n_e(\mathbf{x}) V_{ee}(\mathbf{x}) \,\mathrm{d}^3 x
- {1\over 4} \int n_e(\mathbf{x}) V_{xc}(\mathbf{x}) \,\mathrm{d}^3 x\,. Ω [ β , n e ] = − 3 π 2 β 2 5 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − 2 1 ∫ n e ( x ) V ee ( x ) d 3 x − 4 1 ∫ n e ( x ) V x c ( x ) d 3 x . Now we can calculate the free energy:
F e [ β , n e ] = Ω [ β , n e ] + μ N = Ω [ β , n e ] + μ ∫ n e ( x ) d 3 x = F_e[\beta, n_e] = \Omega[\beta, n_e] + \mu N
= \Omega[\beta, n_e] + \mu \int n_e({\bf x}) \,\,\mathrm{d}^3 x = F e [ β , n e ] = Ω [ β , n e ] + μ N = Ω [ β , n e ] + μ ∫ n e ( x ) d 3 x = = ∫ ( − 2 2 3 π 2 β 5 2 I 3 2 ( Φ ( n e ( x ) ) ) + μ n e ( x ) − n e ( x ) ( 1 2 V e e ( x ) + 1 4 V x c ( x ) ) ) d 3 x = = \int \left(-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
I_{3\over2}(\Phi(n_e({\bf x})))
+ \mu n_e({\bf x})
- n_e(\mathbf{x}) \left(
{1\over2} V_{ee}(\mathbf{x})
+{1\over 4} V_{xc}(\mathbf{x})
\right)
\right)\,\mathrm{d}^3 x = = ∫ ( − 3 π 2 β 2 5 2 2 I 2 3 ( Φ ( n e ( x ))) + μ n e ( x ) − n e ( x ) ( 2 1 V ee ( x ) + 4 1 V x c ( x ) ) ) d 3 x = = ∫ ( − 2 2 3 π 2 β 5 2 I 3 2 ( Φ ( n e ( x ) ) ) + 1 β n e ( x ) Φ ( n e ( x ) ) + n e ( x ) V ( x ) − n e ( x ) ( 1 2 V e e ( x ) + 1 4 V x c ( x ) ) ) d 3 x = = \int \left(-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
I_{3\over2}(\Phi(n_e({\bf x})))
+ {1\over \beta} n_e({\bf x}) \Phi(n_e({\bf x}))
+ n_e({\bf x}) V({\bf x})
- n_e(\mathbf{x}) \left(
{1\over2} V_{ee}(\mathbf{x})
+{1\over 4} V_{xc}(\mathbf{x})
\right)
\right)\,\mathrm{d}^3 x = = ∫ ( − 3 π 2 β 2 5 2 2 I 2 3 ( Φ ( n e ( x ))) + β 1 n e ( x ) Φ ( n e ( x )) + n e ( x ) V ( x ) − n e ( x ) ( 2 1 V ee ( x ) + 4 1 V x c ( x ) ) ) d 3 x = = ∫ ( − 2 2 3 π 2 β 5 2 I 3 2 ( Φ ( n e ( x ) ) ) + 1 β n e ( x ) Φ ( n e ( x ) ) + n e ( x ) ( V e n ( x ) + 1 2 V e e ( x ) + 3 4 V x c ( x ) ) ) d 3 x , = \int \left(-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
I_{3\over2}(\Phi(n_e({\bf x})))
+ {1\over \beta} n_e({\bf x}) \Phi(n_e({\bf x}))
+ n_e({\bf x})\left( V_{en}({\bf x})
+{1\over2} V_{ee}(\mathbf{x})
+ {3\over 4} V_{xc}(\mathbf{x}) \right)
\right)\,\mathrm{d}^3 x\,, = ∫ ( − 3 π 2 β 2 5 2 2 I 2 3 ( Φ ( n e ( x ))) + β 1 n e ( x ) Φ ( n e ( x )) + n e ( x ) ( V e n ( x ) + 2 1 V ee ( x ) + 4 3 V x c ( x ) ) ) d 3 x , where we used the fact that μ = 1 β Φ ( n e ( x ) ) + V ( x ) \mu = {1\over \beta} \Phi(n_e({\bf x})) + V({\bf
x}) μ = β 1 Φ ( n e ( x )) + V ( x ) , i.e. the left hand side μ \mu μ is a constant, thus the sum of the terms on
the right hand side is also constant (even though the individual terms are
not).
We can calculate the entropy
S = − ( ∂ Ω ∂ T ) V , μ S=-\left(\partial\Omega\over\partial T\right)_{V,\mu} S = − ( ∂ T ∂ Ω ) V , μ as follows:
T S = − T ( ∂ Ω ∂ T ) V , μ = TS
=-T \left(\partial\Omega\over\partial T\right)_{V,\mu} = TS = − T ( ∂ T ∂ Ω ) V , μ = = β ( ∂ Ω ∂ β ) V , μ = =\beta \left(\partial\Omega\over\partial \beta\right)_{V,\mu} = = β ( ∂ β ∂ Ω ) V , μ = = β ∂ ∂ β ( − 2 2 3 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − E e e − 1 3 E x c ) = =\beta {\partial\over\partial \beta}\left(
-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
- E_{ee} - {1\over3}E_{xc}
\right) = = β ∂ β ∂ ( − 3 π 2 β 2 5 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − E ee − 3 1 E x c ) = = β ∂ ∂ β ( − 2 2 3 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x ) = =\beta {\partial\over\partial \beta}\left(
-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
\right) = = β ∂ β ∂ ( − 3 π 2 β 2 5 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x ) = = β ( 5 2 2 2 3 π 2 β 7 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − 2 2 3 π 2 β 5 2 ∫ 3 2 I 1 2 ( Φ ( n e ( x ) ) ) ∂ Φ ( n e ( x ) ) ∂ β d 3 x ) = =\beta \left(
{5\over2}{2\sqrt2 \over 3 \pi^2 \beta^{7\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int {3\over2} I_{1\over2}(\Phi(n_e({\bf x})))
{\partial\Phi(n_e({\bf x}))\over\partial\beta}
\, \,\mathrm{d}^3 x
\right) = = β ( 2 5 3 π 2 β 2 7 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − 3 π 2 β 2 5 2 2 ∫ 2 3 I 2 1 ( Φ ( n e ( x ))) ∂ β ∂ Φ ( n e ( x )) d 3 x ) = = β ( 5 2 2 2 3 π 2 β 7 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − 2 2 3 π 2 β 5 2 ∫ 3 2 I 1 2 ( Φ ( n e ( x ) ) ) ( μ − V ( x ) ) d 3 x ) = =\beta \left(
{5\over2}{2\sqrt2 \over 3 \pi^2 \beta^{7\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int {3\over2} I_{1\over2}(\Phi(n_e({\bf x})))
(\mu-V({\bf x}))
\, \,\mathrm{d}^3 x
\right) = = β ( 2 5 3 π 2 β 2 7 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − 3 π 2 β 2 5 2 2 ∫ 2 3 I 2 1 ( Φ ( n e ( x ))) ( μ − V ( x )) d 3 x ) = = 5 2 2 2 3 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − ∫ n e ( x ) ( μ − V ( x ) ) d 3 x = = {5\over2}{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
- \int n_e({\bf x}) (\mu-V({\bf x})) \, \,\mathrm{d}^3 x = = 2 5 3 π 2 β 2 5 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − ∫ n e ( x ) ( μ − V ( x )) d 3 x = = 5 3 2 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − μ N + E e n + 2 E e e + 4 3 E x c = {5\over3}{\sqrt2 \over \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
-\mu N + E_{en}+2E_{ee} + {4\over 3}E_{xc} = 3 5 π 2 β 2 5 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − μ N + E e n + 2 E ee + 3 4 E x c The total energy is then equal to:
E = Ω + μ N + T S = E = \Omega + \mu N + TS = E = Ω + μ N + TS = = ( − 2 2 3 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − E e e − 1 3 E x c ) + μ N + 5 3 2 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x − μ N + E e n + 2 E e e + 4 3 E x c = = \left(-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
- E_{ee} - {1\over3}E_{xc}\right)
+ \mu N
+{5\over3}{\sqrt2 \over \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
-\mu N + E_{en}+2E_{ee} + {4\over 3}E_{xc} = = ( − 3 π 2 β 2 5 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − E ee − 3 1 E x c ) + μ N + 3 5 π 2 β 2 5 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x − μ N + E e n + 2 E ee + 3 4 E x c = = 2 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x + E e n + E e e + E x c = {\sqrt2 \over \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x
+ E_{en} + E_{ee} + E_{xc} = π 2 β 2 5 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x + E e n + E ee + E x c From which we can see that the kinetic energy E k i n E_{kin} E kin is equal to:
E k i n = E − ( E e n + E e e + E x c ) = E_{kin} = E - (E_{en} + E_{ee} + E_{xc}) = E kin = E − ( E e n + E ee + E x c ) = = 2 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x = {\sqrt2 \over \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x = π 2 β 2 5 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x The relation between the total energy and free energy can be also written as:
E = F + T S = F + β ( ∂ Ω ∂ β ) V , μ = E = F + TS = F +
\beta \left(\partial\Omega\over\partial \beta\right)_{V,\mu} = E = F + TS = F + β ( ∂ β ∂ Ω ) V , μ = = F + β ( ∂ F ∂ β ) V , μ = ( ∂ ( β F ) ∂ β ) V , μ = F + \beta \left(\partial F\over\partial \beta\right)_{V,\mu}
= \left(\partial (\beta F)\over\partial \beta\right)_{V,\mu} = F + β ( ∂ β ∂ F ) V , μ = ( ∂ β ∂ ( βF ) ) V , μ But it gives the same result as we obtained above.
To determine the kinetic part of the free energy, we set all potentials equal
to zero (V ( x ) = V e n ( x ) = V e e ( x ) = V x c ( x ) = 0 V({\bf x}) = V_{en}({\bf x}) = V_{ee}({\bf x}) = V_{xc}({\bf x}) =
0 V ( x ) = V e n ( x ) = V ee ( x ) = V x c ( x ) = 0 ) and obtain:
F k i n [ β , n e ] = ∫ ( − 2 2 3 π 2 β 5 2 I 3 2 ( Φ ( n e ( x ) ) ) + 1 β n e ( x ) Φ ( n e ( x ) ) ) d 3 x . F_{kin}[\beta, n_e]
= \int \left(-{2\sqrt2 \over 3 \pi^2 \beta^{5\over2}}
I_{3\over2}(\Phi(n_e({\bf x})))
+ {1\over \beta} n_e({\bf x}) \Phi(n_e({\bf x}))
\right)\,\mathrm{d}^3 x\,. F kin [ β , n e ] = ∫ ( − 3 π 2 β 2 5 2 2 I 2 3 ( Φ ( n e ( x ))) + β 1 n e ( x ) Φ ( n e ( x )) ) d 3 x . If the potentials are zero, then the pressure can be calculated
from:
P = − 1 V Ω [ β , n e ] = 2 2 3 π 2 β 5 2 V ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x = P = -{1\over V}\Omega[\beta, n_e]
= {2\sqrt2 \over 3 \pi^2 \beta^{5\over2}V}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \,\,\mathrm{d}^3 x = P = − V 1 Ω [ β , n e ] = 3 π 2 β 2 5 V 2 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x = = 2 2 3 π 2 β 5 2 V ∫ I 3 2 ( β μ ) d 3 x = 2 2 3 π 2 β 5 2 I 3 2 ( β μ ) . = {2\sqrt2 \over 3 \pi^2 \beta^{5\over2}V}
\int I_{3\over2}(\beta\mu) \,\,\mathrm{d}^3 x
= {2\sqrt2 \over 3 \pi^2 \beta^{5\over2}} I_{3\over2}(\beta\mu) \,. = 3 π 2 β 2 5 V 2 2 ∫ I 2 3 ( β μ ) d 3 x = 3 π 2 β 2 5 2 2 I 2 3 ( β μ ) . If the potentials are not zero, then one can calculate the pressure using:
P = − ( ∂ Ω ∂ V ) μ , T = − ( ∂ F ∂ V ) T , N = P = - \left(\partial\Omega\over\partial V\right)_{\mu,T}
= - \left(\partial F\over\partial V\right)_{T,N} = P = − ( ∂ V ∂ Ω ) μ , T = − ( ∂ V ∂ F ) T , N = = − ∂ ∂ V ∫ f d 3 x = = - {\partial \over\partial V} \int f \,\mathrm{d}^3 x = = − ∂ V ∂ ∫ f d 3 x = = − [ f + e e e ] b − ∫ ∂ f ∂ n e ∂ n e ∂ V d 3 x = = - \left[f+e_{ee}\right]_b
- \int {\partial f\over\partial n_e}
{\partial n_e\over\partial V}
\,\mathrm{d}^3 x = = − [ f + e ee ] b − ∫ ∂ n e ∂ f ∂ V ∂ n e d 3 x = = − [ f + e e e ] b − μ ∫ ∂ n e ∂ V d 3 x = = - \left[f+e_{ee}\right]_b
- \mu \int {\partial n_e\over\partial V} \,\mathrm{d}^3 x = = − [ f + e ee ] b − μ ∫ ∂ V ∂ n e d 3 x = = − [ f + e e e ] b + μ [ n e ] b = = - \left[f+e_{ee}\right]_b
+ \mu [n_e]_b = = − [ f + e ee ] b + μ [ n e ] b = = [ ( − f ) − e e e + μ n e ] b = = \left[(-f)-e_{ee}+\mu n_e \right]_b = = [ ( − f ) − e ee + μ n e ] b = = [ ( 2 3 e k i n + e e e + 1 3 e x c − μ n e ) − e e e + μ n e ] b = = \left[\left({2\over3}e_{kin} + e_{ee} + {1\over3}e_{xc}-\mu n_e\right)
-e_{ee}+\mu n_e \right]_b = = [ ( 3 2 e kin + e ee + 3 1 e x c − μ n e ) − e ee + μ n e ] b = = [ 2 3 e k i n + 1 3 e x c ] b = = \left[{2\over3}e_{kin} + {1\over3}e_{xc}\right]_b = = [ 3 2 e kin + 3 1 e x c ] b = = 1 3 V ∫ b ( 2 3 e k i n + 1 3 e x c ) x ⋅ n d S = = {1\over 3V} \int_b \left( {2\over3}e_{kin} + {1\over3}e_{xc}
\right) {\bf x}\cdot{\bf n}\,\,\mathrm{d} S = = 3 V 1 ∫ b ( 3 2 e kin + 3 1 e x c ) x ⋅ n d S = = 1 3 V ∫ ( 2 3 e k i n + 1 3 e x c ) ∇ ⋅ x d 3 x + 1 3 V ∫ x ⋅ ∇ ( 2 3 e k i n + 1 3 e x c ) d 3 x = = {1\over 3V} \int \left( {2\over3}e_{kin} + {1\over3}e_{xc}
\right) \nabla\cdot{\bf x}\,\,\mathrm{d}^3 x
+
{1\over 3V} \int {\bf x}\cdot\nabla \left(
{2\over3}e_{kin} + {1\over3}e_{xc}
\right) \,\,\mathrm{d}^3 x = = 3 V 1 ∫ ( 3 2 e kin + 3 1 e x c ) ∇ ⋅ x d 3 x + 3 V 1 ∫ x ⋅ ∇ ( 3 2 e kin + 3 1 e x c ) d 3 x = = 1 3 V ( 2 E k i n + E x c ) + 1 3 V ∫ x ⋅ ( − n e ( x ) ∇ V ( x ) + ∇ 1 3 e x c ) d 3 x = = {1\over 3V} (2E_{kin} + E_{xc})
+
{1\over 3V} \int {\bf x}\cdot \left(
-n_e({\bf x})\nabla V({\bf x})
+ \nabla{1\over3}e_{xc}
\right) \,\,\mathrm{d}^3 x = = 3 V 1 ( 2 E kin + E x c ) + 3 V 1 ∫ x ⋅ ( − n e ( x ) ∇ V ( x ) + ∇ 3 1 e x c ) d 3 x = = 1 3 V ( 2 E k i n + E x c ) + 1 3 V ( E e n + E e e ) = = {1\over 3V} (2E_{kin} + E_{xc})
+
{1\over 3V} (E_{en}+E_{ee}) = = 3 V 1 ( 2 E kin + E x c ) + 3 V 1 ( E e n + E ee ) = = 1 3 V ( 2 E k i n + E e n + E e e + E x c ) = {1\over 3V}(2E_{kin} + E_{en} + E_{ee} + E_{xc}) = 3 V 1 ( 2 E kin + E e n + E ee + E x c ) Summary:
Ω = − 2 3 E k i n − E e e − 1 3 E x c \Omega = -{2\over 3} E_{kin} - E_{ee} - {1\over3}E_{xc} Ω = − 3 2 E kin − E ee − 3 1 E x c F e = Ω + μ N = − 2 3 E k i n − E e e − 1 3 E x c + μ N F_e = \Omega + \mu N = -{2\over 3} E_{kin} - E_{ee} - {1\over3}E_{xc}
+ \mu N F e = Ω + μ N = − 3 2 E kin − E ee − 3 1 E x c + μ N T S = 5 3 E k i n + E e n + 2 E e e + 4 3 E x c − μ N TS = {5\over3} E_{kin} + E_{en} + 2 E_{ee} + {4\over3}E_{xc} - \mu N TS = 3 5 E kin + E e n + 2 E ee + 3 4 E x c − μ N E = F + T S = Ω + μ N + T S = E k i n + E e n + E e e + E x c , E = F + TS = \Omega + \mu N + TS = E_{kin} + E_{en} + E_{ee} + E_{xc}\,, E = F + TS = Ω + μ N + TS = E kin + E e n + E ee + E x c , where:
E k i n = 2 π 2 β 5 2 ∫ I 3 2 ( Φ ( n e ( x ) ) ) d 3 x E_{kin} = {\sqrt2 \over \pi^2 \beta^{5\over2}}
\int I_{3\over2}(\Phi(n_e({\bf x}))) \, \,\mathrm{d}^3 x E kin = π 2 β 2 5 2 ∫ I 2 3 ( Φ ( n e ( x ))) d 3 x E e n = ∫ n e ( x ) V e n ( x ) d 3 x E_{en} = \int n_e({\bf x}) V_{en}({\bf x})\, \,\mathrm{d}^3 x E e n = ∫ n e ( x ) V e n ( x ) d 3 x E e e = 1 2 ∫ n e ( x ) V e e ( x ) d 3 x E_{ee} = {1\over2} \int n_e({\bf x}) V_{ee}({\bf x})\, \,\mathrm{d}^3 x E ee = 2 1 ∫ n e ( x ) V ee ( x ) d 3 x E x c = 3 4 ∫ n e ( x ) V x c ( x ) d 3 x E_{xc} = {3\over4}\int n_e({\bf x}) V_{xc}({\bf x})\, \,\mathrm{d}^3 x E x c = 4 3 ∫ n e ( x ) V x c ( x ) d 3 x n e ( x ) = 2 π 2 β 3 2 I 1 2 ( β ( μ − V ( x ) ) ) n_e({\bf x}) = {\sqrt2 \over \pi^2 \beta^{3\over2}}
I_{1\over2}\left( \beta\left(\mu-V({\bf x})\right) \right) n e ( x ) = π 2 β 2 3 2 I 2 1 ( β ( μ − V ( x ) ) ) Φ ( n e ( x ) ) = β ( μ − V ( x ) ) = I 1 2 − 1 ( π 2 β 3 2 2 n e ( x ) ) \Phi(n_e({\bf x})) = \beta\left(\mu-V({\bf x})\right)
= I_{1\over2}^{-1}\left(
{\pi^2 \beta^{3\over2} \over \sqrt 2} n_e({\bf x})
\right) Φ ( n e ( x )) = β ( μ − V ( x ) ) = I 2 1 − 1 ( 2 π 2 β 2 3 n e ( x ) ) N = ∫ n e ( x ) d 3 x N = \int n_e({\bf x})\, \,\mathrm{d}^3 x N = ∫ n e ( x ) d 3 x μ = 1 β Φ ( n e ( x ) ) + V ( x ) \mu = {1\over \beta} \Phi(n_e({\bf x})) + V({\bf x}) μ = β 1 Φ ( n e ( x )) + V ( x ) and μ N \mu N μ N is calculated as follows:
μ N = ∫ μ n e ( x ) d 3 x = \mu N = \int \mu n_e({\bf x})\, \,\mathrm{d}^3 x = μ N = ∫ μ n e ( x ) d 3 x = = 1 β ∫ Φ ( n e ( x ) ) n e ( x ) d 3 x + ∫ V ( x ) n e ( x ) d 3 x = = {1\over \beta} \int \Phi(n_e({\bf x})) n_e({\bf x})\, \,\mathrm{d}^3 x
+ \int V({\bf x}) n_e({\bf x})\, \,\mathrm{d}^3 x = = β 1 ∫ Φ ( n e ( x )) n e ( x ) d 3 x + ∫ V ( x ) n e ( x ) d 3 x = = 1 β ∫ Φ ( n e ( x ) ) n e ( x ) d 3 x + E e n + 2 E e e + 4 3 E x c . = {1\over \beta} \int \Phi(n_e({\bf x})) n_e({\bf x})\, \,\mathrm{d}^3 x
+ E_{en} + 2 E_{ee} + {4\over3} E_{xc} \,. = β 1 ∫ Φ ( n e ( x )) n e ( x ) d 3 x + E e n + 2 E ee + 3 4 E x c . So F e F_e F e can also be expressed as:
F e = − 2 3 E k i n − E e e − 1 3 E x c + μ N = F_e = -{2\over 3} E_{kin} - E_{ee} - {1\over3}E_{xc} + \mu N = F e = − 3 2 E kin − E ee − 3 1 E x c + μ N = = − 2 3 E k i n + 1 β ∫ Φ ( n e ( x ) ) n e ( x ) d 3 x + E e n + E e e + E x c . = -{2\over 3} E_{kin}
+ {1\over \beta} \int \Phi(n_e({\bf x})) n_e({\bf x})\, \,\mathrm{d}^3 x
+ E_{en} + E_{ee} + E_{xc} \,. = − 3 2 E kin + β 1 ∫ Φ ( n e ( x )) n e ( x ) d 3 x + E e n + E ee + E x c .