File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/resonanceReconstruction/rmatrix Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,14 @@ class SpinGroup {
156
156
*/
157
157
const ResonanceTable& resonanceTable () const { return this ->parameters_ ; }
158
158
159
+ /* *
160
+ * @brief Return the RLMatrixCalculator
161
+ *
162
+ * This allows access to the intermediate matrices in the calculation, such
163
+ * as the A-matrix, L-matrix, etc.
164
+ */
165
+ const RLMatrixCalculator< Formalism, BoundaryOption >& matrixCalculator () const { return this ->rlmatrix_ ; }
166
+
159
167
// #include "resonanceReconstruction/rmatrix/SpinGroup/src/switchIncidentPair.hpp"
160
168
#include " resonanceReconstruction/rmatrix/SpinGroup/src/evaluate.hpp"
161
169
#include " resonanceReconstruction/rmatrix/SpinGroup/src/evaluateTMatrix.hpp"
You can’t perform that action at this time.
0 commit comments