We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1400495 + 9b57031 commit a60606aCopy full SHA for a60606a
src/resonanceReconstruction/rmatrix/SpinGroup.hpp
@@ -156,6 +156,14 @@ class SpinGroup {
156
*/
157
const ResonanceTable& resonanceTable() const { return this->parameters_; }
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
+
167
//#include "resonanceReconstruction/rmatrix/SpinGroup/src/switchIncidentPair.hpp"
168
#include "resonanceReconstruction/rmatrix/SpinGroup/src/evaluate.hpp"
169
#include "resonanceReconstruction/rmatrix/SpinGroup/src/evaluateTMatrix.hpp"
0 commit comments