Discontinuity in the phonon branches #34
-
|
Dear Dr. Tadano, I am getting unusual fluctuations at/along some wave-vectors boundaries for several phonon branches as in the attached image below. I checked by changing some of the input parameters as well. But the pattern is still the same. Do you have any suggestions on this issue? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
|
Hi. Thank you for the report. Could you upload a higher resolution figure? I can't see the "fluctuation" you mentioned. Also, did you get a similar problem in the harmonic phonon calculation? |
Beta Was this translation helpful? Give feedback.
-
|
This is the expected behavior of the mixed-space approach To solve this problem, please run an SCPH calculation with BTW, I think setting |
Beta Was this translation helpful? Give feedback.
-
|
Dear Dr. Tadano, Thank you for the explanation. Accordingly, I first performed the SCPH run and then used the restart mode calculation with the input tags as below. I already have PREFIX.scph_dymat generated, where I used ALAMODE-V-1.2.0. However, I am getting error with the input settings. Could you please look and let me know where I need the correction? &general &scph &cell &kpoint #&kpoint 230 30 2#/ &analysis Best, |
Beta Was this translation helpful? Give feedback.
-
|
Dear Dr. Tadano, I used MODE = SCPH also before. However, it gives the error as below: .................. Any help/suggestion is highly appreciated. Best, |
Beta Was this translation helpful? Give feedback.


This is the expected behavior of the mixed-space approach
NONANALYTIC=2, which gives discontinuous dispersion curves at q points that are not commensurate with the supercell size. In your case, you used a 5x5x1 supercell, where the Brillouin zone boundaries such as X and Y are not commensurate. This problem should not happen when you used a 2m x 2m x 1 supercell (m: integer).To solve this problem, please run an SCPH calculation with
NONANALYTIC=2first and then switch toNONANALYTIC=3in the restart mode (RESTART_SCPH=1). The Ewald method (NONANALYTIC=3) is expected to give continuous curves. Note: This two-step procedure is necessary for the current implementation which does not supportN…