Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ps_t), | intent(in) | :: | ps |
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