Skip to content
Discussion options

You must be logged in to vote

Hi,
The easiest way is to perform a computation of the dielectric tensor and effective charges within a DFT code and copy them inside the first dynamical matrix file (as done in the usual output of quantum espresso).
Then you can use the quantum espresso dynmat.x code on the converged SSCHA dynamical matrix to get IR activity of the modes.
The same utility is also implemented directly in CellConstructor:

import cellconstructor as CC, cellconstructor.Phonons

# Load the final SSCHA dynamical matrix (end of the SCHA minimization)
dyn = CC.Phonons.Phonons("dyn_sscha")

# Get the phonons at Gamma
w, pols = dyn.DyagDinQ(0) 

# Compute the IR intensities (the dynamical matrix must contain the e…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adenchfi
Comment options

Answer selected by mesonepigreco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants