Expand description
Mass data module.
The mass
module API consist of a single trait:
AtomicMassLibrary
which provides access to atomic mass data through the
AtomicMassLibrary::get
method.
The module provides three main resources implementation for atomic mass data:
Structs§
- Endfb
Atomic Mass Library - ENDF/B atomic mass library.
- Jeff
Atomic Mass Library - JEFF atomic mass library.
- Jendl
Atomic Mass Library - JENDL atomic mass library.
Traits§
- Atomic
Mass Library - Atomic mass library trait.