Add sensitivity analysis for tallies
Description
This PR adds tally to score sensitivity coefficients. The tally is useful to perform sensitivity and uncertainty analysis. This feature is based on development by @alhajri on eigenvalue sensitivity analysis. N.B. Benchmarking the sensitivity tally is still ongoing and still needs lot of work. Folks can take a look to fix it and provide advice. The feature is applicable to both criticality and fixed-source problems. However, my benchmarking is geared towards fixed-source applications. Usage requires to first run OpenMC to calculate the adjoint flux. Then use the adjoint flux in a second OpenMC run to tally the sensitivity coefficients. Details of how to calculate the adjoint flux in eigenvalue problems and how the sensitivity coefficients are calculated can be found in here
Checklist
- [ ] I have performed a self-review of my own code
- [ ] I have run clang-format (version 15) on any C++ source files (if applicable)
- [ ] I have followed the style guidelines for Python source files (if applicable)
- [ ] I have made corresponding changes to the documentation (if applicable)
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
Thanks for posting this @Ebiwonjumi. Let's mark it as a draft for now and start the discussion on how to break this down and clean it up a bit.