saw_type Derived Type

type, public :: saw_type

Derived type representing the standard atomic weight of an element.


Inherited by

type~~saw_type~~InheritedByGraph type~saw_type saw_type type~element_type element_type type~element_type->type~saw_type saw

Components

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.

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.