You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Susceptibility, $\chi$, determines how a given system responds to an external perturbations:
$$\chi = \frac{\text{change in observable}}{\text{perturbation}}$$
A sharp divergence of $\chi$ at a given set of parameters signals a possible instability towards a phase transition. Theoretically, susceptibilities are usually calculated via a two-particle Green's function. In the following discussions, we set fundamental physical constants to 1 for convenience (such as $\hbar=1$).
Non-interacting (Bare) Charge Susceptibility
Charge susceptibility determines how much electron density changes due to varying chemical potential:
$$\chi_c = \frac{\delta n}{\delta\mu}$$
For a tight binding system, changing chemical potential would be equivalent to changing site energies, $\epsilon$.
For a single band system, non-interacting (bare) charge susceptibility is given by:
A significant qualitative insight into this equation can be gained as follows:
At low $T$, the Fermi function $f(\epsilon)$ is like a step or heaviside function. Accordingly, the expression $f(\epsilon)-f(\epsilon')$ is non zero only if either $\epsilon$ is above Fermi level while the other is below.
The expression $1/(\epsilon-\epsilon')$ will be the maximum when both energies are very close, so that denominator is almost zero.
Putting the above two items together, we conclude that the high intensity points in susceptibility will originate from energies near Fermi energy.
Furthermore, if there are somewhat parallel regions on the Fermi surface, also known as nesting, the intensity will be even higher.
Bare susceptibility can be calculated as:
x=System()
x.chic.plot_vs_q(Nq=10,style='topview') # plot res Nq by Nq# surface plot option is also available
which takes about 30 minutes on a laptop with 16 CPUs (the purely procedural version takes only 3 minutes).
In fact, due to symmetry considerations it's sufficient to plot $\chi_{0}$ only for a fraction of the First Brillouin Zone: 1/8th of the entire zone for a single band cuprate system.
Note that in the presence of non-local (that's $q$ dependent) interactions, symmetry considerations might need to be revisited in calculating interacting susceptibility.
Often, it's convenient to plot $\chi_{0}$ along symmetry cuts only:
x=System()
# 20 data points per cut (80 points in total)# hence 10x faster than a full calculation.x.chic.plot_along_sym_cuts(num=20)
giving
As shown above, $\chi_0$ peak occurs along a diagonal cut from $X\rightarrow M$ or ($Y\rightarrow M$). This is a result of (i) nesting and (ii) the fact that electron density or filling is below the so-called van-Hove filling $p_{vH}$ where high-intensity arcs cross along $X\rightarrow M$ or equivalent cuts.
Origin of High-Intensity Arcs in Bare Susceptibility
The properties of $\chi_0$ integrand is discussed above.
In connection with these, the high-intensity points in $\chi_0(q)$ originate from the opposite parts of the Fermi surface, also called nesting.
This amounts to a high-intensity curvature that's in the same shape as the Fermi surface that's 2-times enlarged.
When different pieces of high-intesity curvature in the extended zone are folded back to the first brilloine zone, the qualitative structure of $\chi_0(q)$ is obtained along with high-intensity peaks where the arcs are crossing.
These qualitative considerations are depicted in the below animation (refresh page or click to replay).
which is associated with a given bond $ij$ by definition.
Unlike density or spin operators that are local in nature, Fourier transormation of non-local bond terms where a particle is destroyed and created on nearest neighbour site pairs introduces so called phase factors along side $\hat c_{\mathbf k}^\dagger \hat c_{\mathbf k'}^{}$ terms.
As a result, the current susceptibility involves some momentum dependent factors on top of the usual charge susceptbility integrand:
where $h$ is the extra factor due to fourier transformation of bond terms, and $\alpha\beta \in {xx,yy,xy,yx}$ are the possible directions along which current can flow.
For example, for a single band cuprate system:
where $t_{nn}$ is the next nearest neighbour hopping term.
Here we note that this agrees with the litereture, for example see the discussion in Scalettar et al 1993.
Static current susceptibility is calculated as