Go to the source code of this file.
Functions/Subroutines | |
subroutine | genwfpw (vpl, ngp, igpig, vgpl, vgpc, gpc, sfacgp, nhp, vhpc, hpc, sfachp, wfpw) |
subroutine genwfpw | ( | real(8), dimension(3), intent(in) | vpl, |
integer, dimension(nspnfv), intent(in) | ngp, | ||
integer, dimension(ngkmax,nspnfv), intent(in) | igpig, | ||
real(8), dimension(3,ngkmax,nspnfv), intent(in) | vgpl, | ||
real(8), dimension(3,ngkmax,nspnfv), intent(in) | vgpc, | ||
real(8), dimension(ngkmax,nspnfv), intent(in) | gpc, | ||
complex(8), dimension(ngkmax,natmtot,nspnfv), intent(in) | sfacgp, | ||
integer, dimension(nspnfv), intent(in) | nhp, | ||
real(8), dimension(3,nhkmax,nspnfv), intent(in) | vhpc, | ||
real(8), dimension(nhkmax,nspnfv), intent(in) | hpc, | ||
complex(8), dimension(nhkmax,natmtot,nspnfv), intent(in) | sfachp, | ||
complex(8), dimension(nhkmax,nspinor,nstsv), intent(out) | wfpw | ||
) |
Definition at line 6 of file genwfpw.f90.