API See specs
Get the isotopic composition of the element 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 the provided symbol or A are incorrect or -1 if the element does not have an ICE.
Type | Intent | Optional | 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. |
Get the (n, 3) values array. See ice_type. Returns a null pointer if the provided symbol is incorrect.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s |
Element symbol. |
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.
Type | Intent | Optional | 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. |
Get the number of isotopes in ICE. Returns -1 if the provided symbol is incorrect.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s |
Element symbol. |
Get the number of nuclides in NAW. Returns -1 if the provided symbol is incorrect.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s |
Element symbol. |
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.
Type | Intent | Optional | 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. |
Get the version
Fortran pointer to a string indicating the version..