calcaugerrates_ci Subroutine

public subroutine calcaugerrates_ci(p, a, b, f, g, auger_fpath)

calculates Auger-Meitner decay transitions based on configuration interaction calculation

Arguments

Type IntentOptional Attributes Name
type(param), intent(in) :: p
type(atom_set), intent(in) :: a(:)
type(basis), intent(in) :: b
type(wf_data), intent(inout) :: f
type(grid3d), intent(in) :: g
character(len=*), optional :: auger_fpath(:)

Currently we use char*(128) in MC code