Skip to content

Commit

Permalink
Merge pull request #52 from njoy/feature/accessMatrixCalculator
Browse files Browse the repository at this point in the history
adding SpinGroup access to underlying RLMatrixCalculator object
  • Loading branch information
whaeck authored Jun 21, 2024
2 parents 1400495 + 9b57031 commit a60606a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/resonanceReconstruction/rmatrix/SpinGroup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ class SpinGroup {
*/
const ResonanceTable& resonanceTable() const { return this->parameters_; }

/**
* @brief Return the RLMatrixCalculator
*
* This allows access to the intermediate matrices in the calculation, such
* as the A-matrix, L-matrix, etc.
*/
const RLMatrixCalculator< Formalism, BoundaryOption >& matrixCalculator() const { return this->rlmatrix_; }

//#include "resonanceReconstruction/rmatrix/SpinGroup/src/switchIncidentPair.hpp"
#include "resonanceReconstruction/rmatrix/SpinGroup/src/evaluate.hpp"
#include "resonanceReconstruction/rmatrix/SpinGroup/src/evaluateTMatrix.hpp"
Expand Down

0 comments on commit a60606a

Please sign in to comment.