Phonon Dispersion Relations
Phonon dispersion is the foundational concept that describes how vibrational frequencies of a crystal vary with the wave vector k . In a periodic solid the atoms are arranged in a lattice that repeats in space; each primitive cell contains …
Phonon dispersion is the foundational concept that describes how vibrational frequencies of a crystal vary with the wave vector k. In a periodic solid the atoms are arranged in a lattice that repeats in space; each primitive cell contains a set of atoms whose motions give rise to collective excitations called phonons. The relationship between the phonon frequency ω and the wave vector k is plotted as a set of curves, one for each vibrational mode, inside the first Brillouin zone. Understanding this relationship is essential for interpreting thermal, mechanical, and electronic properties of materials, and both Quantum Espresso and VASP provide robust tools to compute it.
The term reciprocal lattice refers to the lattice constructed in momentum space that is mathematically dual to the real‑space lattice. Vectors in this space, called reciprocal lattice vectors G, satisfy the condition e^{i G·R} = 1 for any real‑space lattice vector R. The Brillouin zone is the Wigner‑Seitz cell of the reciprocal lattice; it contains all distinct wave vectors that describe the periodicity of the crystal. In practice the high‑symmetry points (Γ, X, L, K, etc.) Are chosen as the endpoints of the paths along which the dispersion curves are plotted.
A single atom in a crystal has three degrees of freedom per unit cell, leading to 3N vibrational modes for a cell containing N atoms. These modes are classified as either acoustic or optical. Acoustic modes correspond to collective translations of the lattice and have frequencies that approach zero as the wave vector tends to the Γ point. They are further divided into longitudinal acoustic (LA) and transverse acoustic (TA) branches, depending on whether the atomic displacements are parallel or perpendicular to the propagation direction. Optical modes involve relative motion of atoms within the basis; they retain a finite frequency at Γ and are also split into longitudinal optical (LO) and transverse optical (TO) branches. The distinction between LO and TO becomes especially important in polar materials where an electric field couples to the lattice vibrations.
The mathematical object that encodes the vibrational interactions is the force‑constant matrix. For a pair of atoms α and β in the unit cell the force constant Φ_{αβ}(R) measures the second derivative of the total energy with respect to displacements of α in cell 0 and β in cell R. In the harmonic approximation the potential energy change ΔE due to small displacements u can be written as ΔE = ½ ∑_{αβR} u_{α}(0) Φ_{αβ}(R) u_{β}(R). The Fourier transform of the force constants yields the dynamical matrix D(i k), whose eigenvalues λ_{j}(k) give the squared phonon frequencies ω_{j}^{2}(k) = λ_{j}(k)/M, where M is the appropriate atomic mass. The eigenvectors describe the polarization patterns of each mode.
In computational practice there are two principal routes to obtain the force constants: The finite‑displacement method and density‑functional perturbation theory (DFPT). The finite‑displacement approach builds a supercell that is large enough to capture the range of interatomic interactions. Small displacements are applied to symmetry‑inequivalent atoms, and the resulting forces are recorded. By symmetry, the number of distinct displacements is often much smaller than the total number of degrees of freedom. The forces are then inverted to obtain the force constants, typically using a least‑squares solver. This method is implemented in both Quantum Espresso and VASP through auxiliary tools such as PHONOPY. In VASP the workflow involves generating displaced supercells (using the VASP‑compatible scripts), running static self‑consistent calculations to obtain forces, and then feeding those forces into PHONOPY to construct the dynamical matrix.
DFPT, on the other hand, calculates the linear response of the electronic density to a perturbation directly in reciprocal space, without requiring explicit supercells. Within Quantum Espresso the module ph.X solves the Sternheimer equation for each wave vector q of interest, yielding the dynamical matrix elements analytically. The routine q2r.X can then Fourier‑transform these elements back to real space to produce the force constants, and matdyn.X finally diagonalizes the dynamical matrix to obtain phonon frequencies. DFPT is particularly efficient for high‑symmetry crystals where a dense sampling of the Brillouin zone is required, because the computational cost scales with the number of q-points rather than the size of a supercell.
A crucial quantity that often appears in the discussion of optical phonons is the Born effective charge Z^{*}. This tensor measures the change in polarization induced by a unit displacement of an atom and captures the coupling between lattice vibrations and macroscopic electric fields. In polar materials the LO–TO splitting at the Γ point is governed by the long‑range dipole‑dipole interaction, which can be expressed through the dielectric constant ε_∞ and the Born charges. DFPT implementations automatically compute Z^{*} and ε_∞, allowing the corrected dynamical matrix to include the non‑analytic term that produces the LO–TO splitting. In the finite‑displacement method this correction must be added manually, often using the non‑analytic correction (NAC) routine supplied with PHONOPY.
The term group velocity refers to the derivative of the phonon frequency with respect to the wave vector, v_{g} = ∂ω/∂k. It determines the speed at which vibrational energy propagates through the crystal and is a key ingredient in calculations of thermal conductivity via the Boltzmann transport equation. In practice the group velocity can be extracted from the dispersion curves by numerical differentiation, or directly from the eigenvectors of the dynamical matrix using the Hellmann‑Feynman theorem.
When discussing the practical aspects of phonon calculations, the notion of convergence appears repeatedly. Convergence must be checked with respect to several computational parameters: The plane‑wave kinetic‑energy cutoff, the density of the k‑point mesh used for the electronic ground state, the q‑point grid for DFPT, the size of the supercell for finite‑displacement calculations, and the magnitude of the atomic displacements. For instance, if the displacement amplitude is too large, anharmonic effects contaminate the harmonic force constants; if it is too small, numerical noise from the self‑consistent field (SCF) cycle can dominate. Typical displacement amplitudes range from 0.01 To 0.03 Å. Similarly, a supercell of at least 2 × 2 × 2 primitive cells is often required for covalent semiconductors, while ionic crystals may need larger cells to capture the long‑range electrostatic interactions.
A common challenge in phonon calculations is the appearance of imaginary frequencies, which are indicated by negative values of ω^{2}. These “soft modes” signal either a dynamical instability of the crystal structure or insufficient convergence. For example, a high‑symmetry structure that is unstable at low temperature may relax to a lower‑symmetry configuration, and the presence of an imaginary mode at Γ would prompt a geometry optimization along the corresponding eigenvector. In other cases, increasing the k‑point density, raising the energy cutoff, or enlarging the supercell can eliminate spurious imaginary frequencies caused by numerical errors.
The phonon density of states (PDOS) provides a complementary view of the vibrational spectrum. It is obtained by integrating the dispersion curves over the Brillouin zone, typically using a fine mesh of q-points and applying a Gaussian smearing to each discrete frequency. The PDOS is directly related to experimental observables such as the specific heat at constant volume, C_v, via the Debye model or more accurate integral expressions. In Quantum Espresso the dos.X utility can compute the PDOS from the dynamical matrices, while in VASP‑PHONOPY workflows the phono3py tool can generate the PDOS and also evaluate anharmonic properties.
Speaking of anharmonicity, the harmonic approximation assumes that the potential energy surface is a quadratic function of the atomic displacements. Real materials, however, exhibit higher‑order interactions that become important at elevated temperatures. The third‑order force constants Φ^{(3)} describe three‑phonon scattering processes and are essential for predicting lattice thermal conductivity. Both Quantum Espresso and VASP can be combined with the third‑order code phono3py or the ShengBTE package to compute these quantities. The workflow involves generating a set of displaced supercells that capture the third‑order interactions, extracting the forces, and then solving the Boltzmann transport equation to obtain the temperature‑dependent thermal conductivity tensor κ(T).
In the context of electron–phonon coupling, the phonon dispersion enters the calculation of the Eliashberg spectral function α^{2}F(ω). This function quantifies the strength of the interaction between electrons near the Fermi level and phonons of frequency ω. In Quantum Espresso the electron‑phonon module (often called EPW) can compute the matrix elements g_{mn,ν}(k,q) that describe scattering between electronic states m and n due to a phonon mode ν at wave vector q. These matrix elements are then integrated over the Brillouin zone to obtain α^{2}F(ω) and the electron–phonon coupling constant λ. Such calculations are crucial for understanding conventional superconductivity, where the critical temperature T_c can be estimated from the McMillan‑Allen‑Dynes formula.
A practical example of a phonon calculation in Quantum Espresso begins with a self‑consistent ground‑state run (pw.X) to obtain the converged charge density. Next, the ph.X input file defines the list of q-points, the symmetry settings, and whether non‑analytic corrections are required. Running ph.X produces the dynamical matrices for each q. The q2r.X program then transforms these matrices into real‑space force constants, which can be stored in a file called “force_constants.Dat”. Finally, matdyn.X reads this file, diagonalizes the dynamical matrices on a dense q-grid, and writes out the phonon frequencies and eigenvectors. Plotting tools such as gnuplot or matplotlib can be used to visualize the dispersion curves.
In VASP, the workflow is slightly different because VASP itself does not contain a native phonon module. Instead, one generates a series of displaced supercells using the “Phonopy” interface. For each displaced configuration, a static VASP run (typically with ISIF = 2, IBRION = -1) yields the forces on all atoms. These forces are collected in the “FORCE_SETS” file, which PHONOPY reads to construct the force‑constant matrix. The subsequent “PHONOPY” command can compute the phonon dispersion, PDOS, and thermodynamic properties. To include LO–TO splitting, the user supplies the dielectric tensor and Born effective charges, which VASP can compute by setting LEPSILON = .TRUE. And LREAL = . FALSE. The resulting “BORN” file is read by PHONOPY to apply the non‑analytic correction.
An important consideration when comparing results from Quantum Espresso and VASP is the choice of exchange‑correlation functional. The most common generalized gradient approximation (GGA) functional, PBE, often yields lattice parameters within 1–2 % of experiment, which translates into reasonably accurate phonon frequencies. However, for materials with strong van der Waals interactions, hybrid functionals (e.G., HSE06) or dispersion‑corrected methods (e.G., DFT‑D3) may be required to obtain reliable phonon spectra. The functional choice also affects the computed Born charges and dielectric constants, influencing the LO–TO splitting.
Another subtle point is the treatment of magnetism. For magnetic systems, the spin configuration must be fixed during the phonon calculation, because the force constants depend on the magnetic ordering. In practice this means performing a spin‑polarized ground‑state calculation first, and then using the resulting charge density as input for the phonon perturbation. Failure to preserve the magnetic symmetry can lead to spurious soft modes or inaccurate electron–phonon coupling strengths.
The term zone folding refers to the effect that occurs when a supercell is used to model a crystal. The Brillouin zone of the supercell is smaller than that of the primitive cell, causing the phonon branches to be “folded” back into the reduced zone. This can complicate the interpretation of dispersion curves, especially when comparing to experimental data such as inelastic neutron scattering. To recover the primitive‑cell dispersion, one must interpolate the supercell dynamical matrices back to the original reciprocal lattice, a step that PHONOPY performs automatically.
In many experimental techniques, such as Raman spectroscopy and infrared (IR) absorption, only certain phonon modes are active. The selection rules depend on the symmetry of the vibrational eigenvectors and the change in polarizability (Raman) or dipole moment (IR) during the vibration. Computationally, the Raman tensors can be obtained from DFPT by differentiating the macroscopic dielectric tensor with respect to atomic displacements. In VASP this is achieved by setting LRPA = .TRUE. And performing a non‑self‑consistent calculation of the dielectric response. The resulting Raman intensities can then be compared with measured spectra to assign peaks to specific phonon modes.
A frequent challenge in phonon calculations is the presence of degeneracies at high‑symmetry points. For example, the transverse acoustic and longitudinal acoustic branches may intersect, leading to a doubly degenerate mode. Numerical noise can lift this degeneracy, producing artificially split frequencies. Careful symmetry analysis, and if necessary, the use of a finer q-grid, can mitigate this issue. Additionally, applying a small symmetry‑preserving perturbation (e.G., A tiny strain) can help to resolve the true character of the degenerate modes.
The notion of phonon lifetimes is tied to the imaginary part of the phonon self‑energy, which arises from anharmonic interactions and electron‑phonon coupling. In the harmonic approximation phonons have infinite lifetimes, but real materials exhibit finite widths in spectroscopic measurements. Third‑order force constants enable the calculation of three‑phonon scattering rates, while electron‑phonon matrix elements provide the contribution from electronic excitations. The total linewidth Γ_{j}(k) is related to the lifetime τ_{j}(k) by τ = 1/(2Γ). These quantities are essential for predicting thermal transport and interpreting linewidths observed in Raman or neutron scattering experiments.
When dealing with low‑dimensional systems such as monolayers or nanowires, additional considerations emerge. The phonon spectrum of a truly two‑dimensional crystal contains a flexural acoustic branch (ZA) whose frequency scales quadratically with wave vector (ω ∝ k^{2}) near Γ. This behavior is a consequence of the restored translational symmetry in the out‑of‑plane direction and leads to divergent contributions to the mean‑square displacement at finite temperature (the Mermin‑Wagner theorem). Computationally, one must ensure that a sufficient vacuum layer is introduced to avoid spurious interactions between periodic images, and that the dynamical matrix respects the reduced dimensionality.
In the context of high‑throughput materials discovery, automated phonon calculations have become a key component of materials databases such as the Materials Project and the Open Quantum Materials Database (OQMD). These platforms use standardized workflows that generate force constants for thousands of compounds, providing access to phonon band structures, PDOS, and derived thermodynamic quantities like entropy and free energy. The automation typically relies on robust convergence criteria, error‑handling scripts that retry calculations with adjusted parameters, and post‑processing tools that flag structures exhibiting imaginary modes for further inspection.
The term quasi‑harmonic approximation (QHA) extends the harmonic model by allowing the lattice parameters to vary with temperature. In the QHA, phonon frequencies are computed for a series of volumes, and the Helmholtz free energy F(V,T) = E_{static}(V) + F_{vib}(V,T) is minimized with respect to V at each temperature. This yields the thermal expansion coefficient α(T) and the temperature‑dependent bulk modulus. Both Quantum Espresso and VASP can be used to generate the necessary volume‑dependent phonon data, after which external scripts (e.G., The "thermo_pw" package) perform the QHA analysis.
A practical difficulty that often arises in DFPT calculations is the treatment of metals. Because metals have partially occupied electronic states at the Fermi level, the response to a phonon perturbation includes intraband contributions that require dense k‑point sampling and careful smearing. In Quantum Espresso one typically employs the Methfessel‑Paxton or Marzari‑Vanderbilt smearing schemes with a small broadening (e.G., 0.02 Ry) and a fine k‑mesh (e.G., 24 × 24 × 24) To achieve convergence of the dynamical matrix. Additionally, the “no‑symmetry” flag may be needed for certain low‑symmetry metals to avoid numerical instabilities.
The concept of non‑analytic corrections (NAC) deserves further elaboration. In polar crystals the macroscopic electric field generated by a longitudinal optical phonon leads to a discontinuity in the dynamical matrix at the Γ point. The correction term is proportional to (4π/Ω) (∑_{αβ} Z^{*}_{α} Z^{*}_{β} / ε_∞) (k_{α} k_{β} / k^{2}), where Ω is the unit‑cell volume and k is the wave vector. Implementations in both Quantum Espresso and PHONOPY automatically add this term when the Born charges and dielectric tensor are supplied. Failure to include NAC results in an underestimation of the LO frequencies and can distort the entire high‑frequency portion of the dispersion.
In many research projects, phonon calculations are combined with defect studies. The presence of vacancies, interstitials, or substitutional atoms modifies the local force constants, leading to localized vibrational modes (often called “defect modes”) that appear within the phonon gap or as resonances. To capture these features, one constructs a supercell containing the defect and performs either a finite‑displacement or DFPT calculation. The resulting phonon density of states can reveal signatures of the defect, which can be compared with experimental techniques such as infrared absorption or nuclear resonant inelastic X‑ray scattering (NRIXS).
A specific example of a defect‑induced mode is the “hydrogen‑related” vibrational feature in metal hydrides. When a hydrogen atom occupies an interstitial site, its light mass yields high‑frequency local modes that can be observed in Raman spectra. By calculating the phonon spectrum of the hydride with and without hydrogen, one can assign the observed peaks to specific hydrogen vibrations and extract information about the bonding environment.
The term phonon‑electron scattering describes processes where a phonon is absorbed or emitted by an electron, changing its momentum and energy. This mechanism contributes to electrical resistivity, especially at elevated temperatures where phonon populations increase. The scattering rate can be obtained from the electron‑phonon matrix elements g_{mn,ν}(k,q) using Fermi’s golden rule. In practice, these matrix elements are interpolated onto dense k‑ and q‑grids using Wannier functions (as implemented in the EPW code) to achieve converged transport coefficients such as the electrical conductivity σ(T) and the Seebeck coefficient S(T).
In the study of topological materials, phonons can play a role in stabilizing or destabilizing non‑trivial electronic phases. For instance, certain topological insulators exhibit surface phonon modes that couple to surface states, affecting the spin‑texture of the electronic bands. Computationally, one can project the phonon eigenvectors onto surface layers to identify surface‑localized vibrations, and then evaluate the electron‑phonon coupling on a slab geometry.
When dealing with high‑pressure phases, the phonon dispersion provides insight into dynamical stability under compression. A material that is metastable at ambient conditions may become dynamically stable at high pressure, as indicated by the disappearance of imaginary modes. The pressure dependence of the phonon frequencies is also linked to the Grüneisen parameter γ_{j}(k) = -∂ln ω_{j}(k)/∂ln V, which quantifies how each mode shifts with volume. Large Grüneisen parameters signal strong anharmonicity and are often associated with high thermal expansion or low thermal conductivity.
A practical way to compute Grüneisen parameters is to evaluate phonon frequencies at several volumes (e.G., ±2 % Around the equilibrium volume) and fit the frequency versus volume data to a linear relation. The slope yields γ_{j}(k). This information can be fed into the quasi‑harmonic approximation to predict temperature‑dependent elastic constants, an approach commonly used for geophysical minerals where pressure and temperature conditions are extreme.
The term phonon band gap refers to a frequency range where no phonon states exist. Materials with a large acoustic‑optical gap often exhibit reduced three‑phonon scattering because acoustic phonons cannot easily combine to produce an optical phonon, leading to higher lattice thermal conductivity. Conversely, a small gap enhances scattering and lowers κ. Designing materials with tailored phonon gaps is an active area of research in thermoelectrics and phononic metamaterials.
In the realm of phononic crystals, artificial periodic structures are engineered to manipulate phonon propagation, creating band gaps analogous to electronic band gaps. Computationally, the same tools used for natural crystals—DFPT or finite‑displacement methods—can be applied to these engineered lattices by defining an appropriate unit cell that includes the structural motifs (e.G., Rods, holes). The resulting dispersion relations reveal the locations and widths of the phononic band gaps, guiding the design of acoustic filters or waveguides.
A notable challenge in phonon calculations for complex alloys is the treatment of disorder. Random substitutional disorder breaks translational symmetry, making the definition of a Brillouin zone ambiguous. One common approach is the supercell method, where a large cell containing a representative distribution of atoms is constructed, and the phonon spectrum is obtained via finite‑displacement calculations. Alternatively, the coherent potential approximation (CPA) can be combined with DFPT to obtain an effective medium description of the vibrational properties, though implementations are less common.
The term mode‑resolved analysis pertains to the decomposition of various physical quantities—such as thermal conductivity, electron‑phonon coupling, or Raman intensity—into contributions from individual phonon branches. For example, the lattice thermal conductivity κ can be expressed as κ = ∑_{j} κ_{j}, where κ_{j} = C_{j} v_{j}^{2} τ_{j} involves the mode‑specific heat C_{j}, group velocity v_{j}, and lifetime τ_{j}. By examining κ_{j} across the spectrum, one can identify which branches dominate heat transport and target them for engineering (e.G., Through nanostructuring or isotope substitution).
In the context of isotope effects, the phonon frequencies scale with the inverse square root of the atomic mass (ω ∝ M^{-1/2}). Substituting heavier isotopes lowers the frequencies, which in turn reduces the phonon population at a given temperature and can modify thermal conductivity. Computationally, one can simulate isotope substitution by simply adjusting the atomic masses in the input files while keeping the force constants unchanged, then recomputing the dynamical matrix. This procedure isolates the mass effect from any changes in bonding.
When performing phonon calculations for molecular crystals, van der Waals interactions dominate the cohesion between molecules. Standard GGA functionals often underestimate these forces, leading to inaccurate lattice constants and consequently erroneous phonon frequencies. Incorporating dispersion corrections (e.G., DFT‑D3 or the Tkatchenko‑Scheffler method) improves the description of inter‑molecular forces, yielding more reliable low‑frequency lattice modes that are critical for thermodynamic predictions such as sublimation enthalpy.
A subtle but important issue is the choice of reference frame for the dynamical matrix. In a periodic calculation the acoustic modes at Γ should have exactly zero frequency, reflecting translational invariance. However, numerical noise can produce small non‑zero values, known as “acoustic sum‑rule violations”. Post‑processing tools can enforce the acoustic sum rule by adjusting the force constants so that the three translational modes are exactly zero. In PHONOPY this is done automatically when the “--sym-fc” option is used, while in Quantum Espresso the “q2r.X” program includes an option to impose the sum rule.
The concept of phonon‑polariton emerges when optical phonons couple strongly to electromagnetic radiation, forming mixed quasiparticles. This phenomenon is prominent in polar dielectrics such as SiC or AlN, where the LO phonon frequency lies in the infrared range. The resulting dispersion exhibits an anticrossing between the photon line (ω = c k) and the LO branch. Modeling phonon‑polaritons requires adding the macroscopic electric field to the dynamical matrix, which is automatically handled by DFPT when the non‑analytic term is included.
In computational practice, one often needs to visualize phonon eigenvectors. Software such as XCRYSDEN, VESTA, or the PhononViewer module in Quantum Espresso can animate the atomic displacements corresponding to a given mode. These visualizations aid in interpreting the character of the vibration (e.G., Bond‑stretching versus bond‑bending) and in assigning experimental peaks. For instance, a high‑frequency mode dominated by oxygen motion in a perovskite oxide is typically an O‑O stretch, while a low‑frequency mode involving the A‑site cation may be a rigid‑unit rotation.
The term phonon scattering length is related to the mean free path ℓ_{j}(k) = v_{j}(k) τ_{j}(k). In nanostructured materials where the characteristic dimensions are comparable to ℓ, boundary scattering becomes significant, leading to a reduction of thermal conductivity. Computational modeling of boundary scattering can be performed by imposing a cutoff on the phonon mean free path or by explicitly simulating nanostructures using molecular dynamics. The latter approach provides a complementary, fully anharmonic perspective that captures higher‑order effects beyond the third‑order perturbation theory.
A widely used alternative to DFPT for obtaining phonon frequencies is the molecular dynamics (MD) approach. By running a finite‑temperature MD simulation and computing the velocity‑autocorrelation function, one can extract the vibrational density of states via Fourier transform. This method naturally includes anharmonic effects and can be applied to liquids or disordered phases where the harmonic approximation fails. However, MD requires long simulation times and large supercells to achieve adequate spectral resolution, making it computationally expensive for high‑accuracy phonon band structures.
In the field of quantum materials, phonons can interact with exotic electronic states such as Majorana fermions or spin liquids. For example, in a Kitaev spin liquid, the coupling between spin excitations and lattice vibrations can lead to characteristic signatures in the phonon linewidths. Computationally, one may need to go beyond standard DFT and employ methods such as dynamical mean‑field theory (DMFT) combined with DFPT to capture the interplay between strong electron correlations and lattice dynamics.
When dealing with heterostructures or interfaces, the phonon spectrum becomes more complex due to the presence of interfacial modes that are localized near the boundary. These modes can mediate thermal transport across the interface, a phenomenon quantified by the thermal boundary conductance (or Kapitza conductance). Atomistic Green’s function methods, which rely on the force constants obtained from DFPT or finite‑displacement calculations, are commonly used to compute the transmission coefficients of phonons across an interface. The resulting conductance can be compared with experimental measurements from time‑domain thermoreflectance (TDTR).
In the context of machine learning, recent developments have focused on building surrogate models that predict force constants and phonon properties directly from crystal structures. Training data sets comprising DFPT‑computed dynamical matrices are used to fit regression models (e.G., Kernel ridge regression or neural networks). Once trained, these models can rapidly predict phonon dispersion for new compounds, accelerating materials screening. Nevertheless, the reliability of such models depends on the quality and diversity of the training data, and they must be validated against explicit first‑principles calculations for critical cases.
A practical tip for achieving accurate phonon frequencies is to use consistent pseudopotentials across ground‑state and phonon calculations. In Quantum Espresso, the same UPF file should be employed for both pw.X and ph.X runs; mismatched pseudopotentials can lead to inconsistencies in the force constants. Similarly, in VASP the POTCAR file must be identical for the static and displaced calculations. When switching between GGA and hybrid functionals, one should regenerate the pseudopotentials or use PAW datasets that are compatible with the chosen functional.
Finally, the term phonon‑mediated superconductivity encapsulates the notion that Cooper pairs can form via the exchange of virtual phonons. The critical temperature T_c is linked to the electron‑phonon coupling constant λ and the characteristic phonon frequency ω_{log} through the McMillan‑Allen‑Dynes expression. Accurate prediction of T_c thus requires reliable phonon spectra (to obtain ω_{log}) and precise electron‑phonon matrix elements (to compute λ). In practice, one performs a dense DFPT calculation of the electron‑phonon coupling on a fine k‑mesh, interpolates the results using Wannier functions, and then integrates over the Brillouin zone to obtain the Eliashberg function. The resulting T_c can be compared with experimental measurements, providing insight into the mechanisms that enhance superconductivity, such as soft phonon modes or strong nesting of the Fermi surface.
Key takeaways
- Understanding this relationship is essential for interpreting thermal, mechanical, and electronic properties of materials, and both Quantum Espresso and VASP provide robust tools to compute it.
- The Brillouin zone is the Wigner‑Seitz cell of the reciprocal lattice; it contains all distinct wave vectors that describe the periodicity of the crystal.
- They are further divided into longitudinal acoustic (LA) and transverse acoustic (TA) branches, depending on whether the atomic displacements are parallel or perpendicular to the propagation direction.
- The Fourier transform of the force constants yields the dynamical matrix D(i k), whose eigenvalues λ_{j}(k) give the squared phonon frequencies ω_{j}^{2}(k) = λ_{j}(k)/M, where M is the appropriate atomic mass.
- In VASP the workflow involves generating displaced supercells (using the VASP‑compatible scripts), running static self‑consistent calculations to obtain forces, and then feeding those forces into PHONOPY to construct the dynamical matrix.
- DFPT is particularly efficient for high‑symmetry crystals where a dense sampling of the Brillouin zone is required, because the computational cost scales with the number of q-points rather than the size of a supercell.
- In polar materials the LO–TO splitting at the Γ point is governed by the long‑range dipole‑dipole interaction, which can be expressed through the dielectric constant ε_∞ and the Born charges.