stat_factor_pair_occupied Function

public function stat_factor_pair_occupied(p, f, n_occ, oi, oj) result(prob)

function stat_factor_pair_occupied P: Parameter structure N_occ: occ array oi: orbital index oj: orbital index returns the statistical factor that a spin-orbital pair oi, oj is occupied

Arguments

Type IntentOptional Attributes Name
type(param), intent(in) :: p
type(wf_data), intent(in) :: f
integer, intent(in) :: n_occ(:)
integer :: oi
integer :: oj

Return Value real(kind=long)