public subroutine calc_waller_hartree_scattering(p, b, g, f)
calculates inelastic scattering in the Waller_Hartree approximation
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(param),
|
intent(in) |
|
|
:: |
p |
|
type(basis),
|
intent(in) |
|
|
:: |
b |
|
type(grid3d),
|
intent(in) |
|
|
:: |
g |
|
type(wf_data),
|
intent(in) |
|
|
:: |
f |
|