calc_fluorescence_rates Subroutine

public subroutine calc_fluorescence_rates(p, b, f, g, s, fluo_so)

calculated fluorescence rates between MOs based on independent el. approximation (i.e. based on orbital energies)

Arguments

Type IntentOptional Attributes Name
type(param), intent(in) :: p
type(basis), intent(in) :: b
type(wf_data), intent(in) :: f
type(grid3d), intent(in) :: g
type(process_data), intent(inout) :: s
real(kind=long), intent(out), optional :: fluo_so(p%n_basis,p%n_basis)