API reference¶
Everything in the public API, rendered from the docstrings in the source.
The whole of it is importable from the top-level package:
| Module | What is in it |
|---|---|
| Material | The nuclide inventory being assessed, and its five constructors. |
| index | The clearance index itself, and the result it returns. |
| limits | Limit sets: the regulatory tables a material is measured against. |
| classify | Waste classification, where the answer is a category rather than an index. |
| cooling | Finding the cooling time at which a material becomes clearable. |
| decay | Half-lives, decay constants, atomic masses and alpha branching. |
| nuclide | Nuclide name parsing, including the spellings the regulations use. |
| openmc interop | Getting an inventory out of OpenMC without depending on it. |
The one exception is openmc_interop, which imports OpenMC inside its functions
and is therefore imported from its own module rather than from the top level: