Automatically add a minimum time step to avoid t + step == t
Closed this issue · 1 comments
DeadParrot commented
When simulations run to large enough time values the simulation (next requantization) time step computed for a QSS solver could be small enough that the double precision time value will not advance (t + step == t), so QSS should automatically make the minimum time step at least large enough to avoid this for the simulation time range.
DeadParrot commented
Resolved by d315c66