Derived types for Standard Atomic Weights.
Derived type representing the saw of an element.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | asaw |
Abridged value standard atomic weight. |
|||
real(kind=dp), | public | :: | asaw_u |
Abridged uncertainty standard atomic weight. |
|||
character(len=24), | public | :: | element |
Element name. |
|||
character(len=8), | public | :: | footnotes |
Footnotes |
|||
real(kind=dp), | public | :: | saw |
Value standard atomic weight. |
|||
real(kind=dp), | public | :: | saw_max |
Max standard atomic weight. |
|||
real(kind=dp), | public | :: | saw_min |
Min standard atomic weight. |
|||
real(kind=dp), | public | :: | saw_u |
Uncertainty standard atomic weight. |
|||
character(len=8), | public | :: | symbol |
Element symbol. |
|||
integer(kind=int32), | public | :: | z |
Element atomic number. |