KPMODE=0 or KPMODE=1 fails with anphon RTA calculation #216
-
I'm trying to get a phonon dispersion plot along high symmetry directions, with linewidths superimposed. I've followed the Silicon tutorial with no problems, and the calculation works just fine if I use KPMODE=2, as per the tutorial. However, if I change the &kpoint mode to KPMODE=1 to get kpoints along a high symmetry path, it fails with:
It fails with a near-identical message if I manually specify kpoints with KPMODE=0. My anphon RTA input file is:
Since KPMODE=2 works OK, I suppose I could manually interpolate the resulting grid onto high symmetry directions, but it seems a shame not to be able to just use KPMODE=1 for a high symmetry path. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for the report. We will change the code so that it stops when |
Beta Was this translation helpful? Give feedback.
Thank you for the report.
MODE = RTA
is not supposed to be used withKPMODE = 0, 1
.We will change the code so that it stops when
MODE =RTA
is used withKPMODE = 0, 1
.