Refactor MicroXS class and usage in IndependentOperator (#2595)

Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
This commit is contained in:
Paul Romano 2023-08-31 09:55:21 -05:00 committed by GitHub
parent c93feed91f
commit d21b653d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 447 additions and 326 deletions

View file

@ -57,6 +57,16 @@ The :class:`CoupledOperator` and :class:`IndependentOperator` classes must also
have some knowledge of how nuclides transmute and decay. This is handled by the
:class:`Chain` class.
The :class:`IndependentOperator` class requires a set of fluxes and microscopic
cross sections. The following function can be used to generate this information:
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
get_microxs_and_flux
Minimal Example
---------------