I am trying to reproduce GaN example results. Following the treads
http://epwforum.uk/viewtopic.php?f=3&t=34
http://epwforum.uk/viewtopic.php?f=3&t=214
I made the small additions to the ephwann_shuffle.f90 code which now outputs the
content of epf17 variable in the following way:
Code: Select all
! After the epf17 was assigned for every k. For every iq of nqf:
wq = wf(11, iq)
absg = ryd2mev*(abs( epf17(18, 18, 11, 1) )**two)/(two*wq)
write(9000,'(3E16.6, E16.6)'),xqf(:,iq),absg
CALL stop_clock ( 'ep-interp' )
!
ENDDO ! end loop over q points
!
ENDIF ! end parallel_k
Where indexes stand for highest occupied band number, highest frequency phonon band and first (Gamma) k-point.
My question is:
It is repeatedly said, |g_q|^2 is to be averaged over degenerate bands and modes.
For example, the index of the highest frequency phonon mode in A special point for GaN is 12, however there is a degeneracy in this point and mode 11 has the same frequency.
The same for the highest occupied electronic band: bands 17 and 18 have the same energy in A.
As I understand it, the correct |g_q|^2 for k=Gamma q=A for the highest occupied band and highest frequency should be found for every degenerate state and band at q=A and than averaged.
Is it correct, or am I missing something?
Another small comment, in scf.in file in phonon directory of EPW/gan/ example, which is present on the QE download page for QE6.1:
http://qe-forge.org/gf/project/q-e/frs/?action=FrsReleaseBrowse&frs_package_id=18
http://qe-forge.org/gf/download/frsrelease/240/1072/qe-6.1-examples.tar.gz
the k points are set up by:
Code: Select all
K_POINTS automatic
6 6 4 0 0 0
According to tutorial description, it should be 6 6 6 0 0 0.
--
Best wishes,
Andrei Lugovski