is_equivalent_occ Function

public function is_equivalent_occ(f, occ1, occ2) result(res)

returns true if occ1 and occ2 are equivalent through averaging

Arguments

Type IntentOptional Attributes Name
type(wf_data), intent(in) :: f
integer, intent(in) :: occ1(:)
integer, intent(in) :: occ2(:)

Return Value logical