get_naw Function

public function get_naw(s, A, uncertainty) result(res)

Get the atomic weight of the nuclide s for the mass number A. The uncertainty instead of the value can be retrieved if the uncertainty is set to true. Returns NaN if provided symbol or A are incorrect or -1 if the element does not have an NAW.

Arguments

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

Element symbol.

integer(kind=int32), intent(in) :: A

Mass number.

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_naw~~CallsGraph proc~get_naw get_naw optval optval proc~get_naw->optval

Called by

proc~~get_naw~~CalledByGraph proc~get_naw get_naw proc~capi_get_naw capi_get_naw proc~capi_get_naw->proc~get_naw