Skip to content

Commit

Permalink
Add mott interaction to bindings (#122)
Browse files Browse the repository at this point in the history
* Minor edits to bindings.

Co-authored-by: Penelope L. Slocum of group heeger <ps48@hep.hpc.yale.edu>
Co-authored-by: Richard S <83545331+richeldichel@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 5a6cd11 commit be37129
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "KSIntCalculatorHydrogenBuilder.h"
#include "KSIntCalculatorIonBuilder.h"
#include "KSIntCalculatorKESSBuilder.h"
#include "KSIntCalculatorMottBuilder.h"
#include "KSIntDensityConstantBuilder.h"
#include "KSRootBuilder.h"

Expand Down Expand Up @@ -32,5 +33,6 @@ STATICINT sKSIntScatteringStructure =
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorHydrogenSet>("calculator_hydrogen") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorIon>("calculator_ion") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorArgonSet>("calculator_argon") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorKESSSet>("calculator_kess");
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorKESSSet>("calculator_kess") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorMott>("calculator_mott");
} // namespace katrin

0 comments on commit be37129

Please sign in to comment.