Thanks, but I don't think I was clear enough.
I think the sensitivity in ReactorBase works by perturbing the A-factors of reaction rates. But, in a system where the temperature varies (like a flame or ignition problem), I want to perturb reaction rates by a Gaussian or Delta function in temperature-space. This can answer the question: "At what temperature does the flame speed give me information on the rate of reaction i?"
It seems like this doesn't exist, but I could try to make a python script to brute-force this calculation. But, I need a way to multiply a reaction rate by a Gaussian function in T-space. Do you know if there is a function similar to Kinetics.set_multiplier, where I could multiply a reaction rate by a temperature-dependent function instead of a constant? If not, I may have to do some odd curve fitting to use a set of modified Arrhenius reactions (or Chebyshev reactions) that sum to create something that looks like a gaussian perturbation to a reaction rate.