ps_HasPSOperator Function

public function ps_HasPSOperator(ps) result(psop)

Arguments

Type IntentOptional AttributesName
type(ps_t), intent(in) :: ps

Return Value logical


Contents

Source Code


Source Code

function ps_HasPSOperator(ps) result(psop)
type(ps_t), intent(in) :: ps
logical                    :: psop
!
psop = (ps_HasProjectors(ps) .and. ps_HasLocalPotential(ps))

end function ps_HasPSOperator