From be371299dd51539096ff87a81dc81226c6fdbb2a Mon Sep 17 00:00:00 2001 From: Penny Slocum Date: Mon, 25 Nov 2024 04:35:31 -0500 Subject: [PATCH] Add mott interaction to bindings (#122) * Minor edits to bindings. Co-authored-by: Penelope L. Slocum of group heeger Co-authored-by: Richard S <83545331+richeldichel@users.noreply.github.com> --- .../Bindings/Interactions/Source/KSIntScatteringBuilder.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx b/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx index b4a808dc0..d03f3909b 100644 --- a/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx +++ b/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx @@ -5,6 +5,7 @@ #include "KSIntCalculatorHydrogenBuilder.h" #include "KSIntCalculatorIonBuilder.h" #include "KSIntCalculatorKESSBuilder.h" +#include "KSIntCalculatorMottBuilder.h" #include "KSIntDensityConstantBuilder.h" #include "KSRootBuilder.h" @@ -32,5 +33,6 @@ STATICINT sKSIntScatteringStructure = KSIntScatteringBuilder::ComplexElement("calculator_hydrogen") + KSIntScatteringBuilder::ComplexElement("calculator_ion") + KSIntScatteringBuilder::ComplexElement("calculator_argon") + - KSIntScatteringBuilder::ComplexElement("calculator_kess"); + KSIntScatteringBuilder::ComplexElement("calculator_kess") + + KSIntScatteringBuilder::ComplexElement("calculator_mott"); } // namespace katrin