pub trait Modulator { type SigmaType; }
A trait that allow generic modulator implementations
The data type used for the integrator