6subroutine gengqf(ng,vqpc,vgqc,gqc,jlgqr,ylmgq,sfacgq)
10integer,
intent(in) :: ng
11real(8),
intent(in) :: vqpc(3)
12real(8),
intent(out) :: vgqc(3,ng),gqc(ng),jlgqr(njcmax,nspecies,ng)
13complex(8),
intent(out) :: ylmgq(lmmaxo,ng),sfacgq(ng,natmtot)
18 vgqc(1:3,ig)=
vgc(1:3,ig)+vqpc(1:3)
20 gqc(ig)=sqrt(vgqc(1,ig)**2+vgqc(2,ig)**2+vgqc(3,ig)**2)
subroutine gengqf(ng, vqpc, vgqc, gqc, jlgqr, ylmgq, sfacgq)
real(8), dimension(:,:), allocatable vgc