function stat_factor_part_hole_pair P: Parameter structure N_occ: occ array oi: orbital index for particle oj: orbital index for hole returns the statistical factor that a spin-orbital pair oi, oj has an electron in oi and a hole in oj Notes that : stat_factor_part_hole_pair(oi,oj) = stat_factor_occupied(oi) - stat_factor_pair_occupied(oi,oj)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(param), | intent(in) | :: | p | |||
type(wf_data), | intent(in) | :: | f | |||
integer, | intent(in) | :: | n_occ(:) | |||
integer | :: | oi | ||||
integer | :: | oj |