Propagators#
Propagators are the main building blocks of Models, as they define the time splitting scheme of every algorithm. A propagator is used to advance a subset of a model’s variables by one time step, \(t \to t + \Delta t\).
Check out the following tutorials for how to use propagators in Struphy: