bucky.model.rhs#

RHS function that is passed to scipy.solve_ivp.

Module Contents#

Functions#

RHS_func(t, y_flat, mc_inst)

RHS function for the ODEs, get's called in ivp.solve_ivp.

bucky.model.rhs.RHS_func(t, y_flat, mc_inst)[source]#

RHS function for the ODEs, get’s called in ivp.solve_ivp.