Example notebooks

jitr includes a growing collection of example notebooks that demonstrate how to use the library in various contexts, which live in examples/notebooks/.

Start here

  • quickstart gives a full end-to-end example for compiling a solver for a given reaction system, defining a parametric interaction potential, and calculating an elastic scattering cross section for an ensemble of potential parameters.

  • Reactions and kinematics introduces the Reaction class and shows how to use it to store useful information about the reaction of interest, and how to use it to compute kinematic quantities.

Full “batteries included” example:

Other useful examples