iso_gaussian_fft_oneqp Subroutine

Description

Gaussian integration weights for isotope scattering, from one q-point

subroutine iso_gaussian_fft_oneqp(qp, dr, scq, gi1, scsigma, thres, adaptiveparameter)

Arguments

Type IntentOptional AttributesName
class(lo_qpoint_mesh), intent(in) :: qp

q-point mesh

type(lo_phonon_dispersions), intent(in) :: dr

phonon dispersions

type(lo_iso2), intent(inout) :: scq

qpoint in question

integer, intent(in) :: gi1

gridindex in question

real(kind=flyt), intent(in) :: scsigma

baseline smearing

real(kind=flyt), intent(in) :: thres

threshold to cut of gaussian

real(kind=flyt), intent(in), optional :: adaptiveparameter

scaling factor for adaptive gaussian

Calls

proc~~iso_gaussian_fft_oneqp~~CallsGraph proc~iso_gaussian_fft_oneqp iso_gaussian_fft_oneqp lo_gauss lo_gauss proc~iso_gaussian_fft_oneqp->lo_gauss lo_allocate lo_allocate proc~iso_gaussian_fft_oneqp->lo_allocate lo_deallocate lo_deallocate proc~iso_gaussian_fft_oneqp->lo_deallocate
Help