Question About Differences Between Phonopy and SSCHA Harmonic Phonon Dispersions #409
masoumehmahmodi-debug
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Hi, unfortunately the subroutines that read the FORCE_CONSTANTS file in the sscha code do not work. The new version of the code raise an exception if the code is called. You should convert in the quantum espresso dynamical matrix format before processing it further with the sscha. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear SSCHA team,
I hope you are doing well. I am writing to ask about an issue I encountered when comparing the harmonic phonon dispersion from Phonopy with the harmonic dispersion generated inside SSCHA.
My workflow was as follows:
I computed FORCE_SETS using Phonopy.
I converted FORCE_SETS to FORCE_CONSTANTS using Phonopy’s built-in tool.
I then provided these FORCE_CONSTANTS to SSCHA, defining the harmonic force-constant matrix so that SSCHA could plot the harmonic phonon dispersion.
I used the same K-path in both Phonopy and SSCHA.
However, the resulting dispersions do not match. The black curves (Phonopy) and the dashed blue curves (SSCHA harmonic) show noticeable differences, even though they should, in principle, be identical because they are based on the same force-constant matrix and the same K-path.
Could you please advise why these discrepancies may appear?
Is there any additional step needed for ensuring that SSCHA interprets the FORCE_CONSTANTS in exactly the same way as Phonopy?
Or is there any format/normalization/units issue that I may be missing?
Thank you very much for your help.
Masoumeh
Beta Was this translation helpful? Give feedback.
All reactions