pyNDUS is an open-source python package to perform Sensitivity and Uncertainty analyses. The code mainly exploits the relative covariance matrices stored in the ENDF-6 formatted files (processed by NJOY and parsed by SANDY) and sensitivity coefficients computed with other codes (e.g., industrial codes like ERANOS or Serpent 2).
To install pyNDUS, run the following commands:
git clone https://github.com/nicoloabrate/pyNDUS
The Sphinx documentation includes installation instructions, a user guide, mathematical background, API reference, and a description of the automated testing strategy and can be found on ReadTheDocs.
Build it locally with:
python -m pip install -r docs/requirements.txt
sphinx-build -W -b html docs docs/_build/htmlThis package comes with the MIT license.