C++ Transmuters Bindings – pyne.transmuters
¶
-
pyne.transmuters.
cram
()¶ Basic CRAM solver that takes a (flat) A matrix and an inital nuclide atom fraction composition map and returns the value.
- Parameters
- A1D array-like
The transmutation matrix [unitless]
- n0Mapping
The initial compositions [atom fraction]
- orderint, optional
The order of approximation, default 14.
- Returns
- n1Mapping
The result of the transmutation [atom fraction]