Welcome to mckit-meshes documentation!¶
Note
This documentation is currently under active development.
Overview¶
The package provides methods to read, write and process MCNP tally and weight meshes.
That includes:
- comparison
- merge
- inversion and conversion tally to weight mesh
- normalization
- rebinning over spatial and energy bins
- extraction data for specific spatial points and slices
Installation¶
From PyPI (Recommended):
pip install mckit-meshes
# or
uv pip install mckit-meshes
With package manager (as a dependency):
# uv
uv add mckit-nuclides
# pixi
pixi add --pypi mckit-meshes
# poetry
poetry add mckit-meshes
# ...
From source:
uv pip install https://github.com/MC-kit/mckit-meshes.git
# or
pip install https://github.com/MC-kit/mckit-meshes.git