LO-TO splitting in SSCHA #353
Unanswered
JonathanSchmidt1
asked this question in
Q&A
Replies: 1 comment
-
Hi, As you mentioned, the code adds the LO-TO to the dynamical matrix before calculating the bubble correction. However, the error you get seems more related to a small imaginary frequency emerging somewhere during the interpolation. It is bizarre that LO-TO interpolation gives imaginary frequencies and works fine without it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Lorenzo,
I am working on some Insulator with SSCHA and was wondering what's the correct way to treat LO-TO splitting in SSCHA. Looking into the code during the SSCHA minimization the effective charges seem to be ignored (all the DiagonalizeSupercell() calls do not have loto set). As far as I remember from the school and tutorials as well as https://github.com/orgs/SSCHAcode/discussions/344 the charges should just be added to the dynamical matrix for the phonon calculation. However, calculating phonons afterwards with get_static_correction_along_path if I set the effective charges/dielectric constant I get "Cannot continue with SSCHA negative frequencies" and without charges it works fine but of course there is no LO-TO splitting. This is also independent of the dynamical matrix during the SSCHA calculation having charges or not and the same happens for a 3x3x3 kgrid. I am not sure if this is an interpolation issue leading to negative sscha frequencies randomly or something I am doing wrong with LOTO splitting.
What's the correct approach to deal with long range contributions in SSCHA?
In some older fortran part of the package this seems to also have been considered? (get_gaussian_weight_eff_charge)
thank you so much!
Edit
I checked also for only the k-points in .q_tot and in some cases it removed the error message in others the error message stayed.
Full output:
Full code:
Beta Was this translation helpful? Give feedback.
All reactions