get_saw Function

public function get_saw(s, abridged, uncertainty) result(res)

Get the standard atomic weight. By default the abridged value is provided. If the non abridged value is desired, set abridged to false. The uncertainty instead of the value can be retrieved if the uncertainty is set to true. Returns NaN if provided symbol is incorrect or -1 if the element does not have a SAW.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: s

Element symbol.

logical, intent(in), optional :: abridged

Flag for returning the abridged standard atomic weight. Default to TRUE.

logical, intent(in), optional :: uncertainty

Flag for returning the uncertainty instead of the value. Default to FALSE.

Return Value real(kind=dp)


Calls

proc~~get_saw~~CallsGraph proc~get_saw get_saw optval optval proc~get_saw->optval

Called by

proc~~get_saw~~CalledByGraph proc~get_saw get_saw proc~capi_get_saw capi_get_saw proc~capi_get_saw->proc~get_saw