NQCDynamics.jl icon indicating copy to clipboard operation
NQCDynamics.jl copied to clipboard

Conditional simulation output if a callback caused early termination.

Open Alexsp32 opened this issue 1 year ago • 0 comments

This would be useful for larger ensemble simulations, where a user may only be interested in a DynamicsOutput if a certain condition caused the simulation to terminate, e.g. when a reaction has occurred.

ODE solution objects provide a return code for termination by callback which could be used to check whether this happened.

Alexsp32 avatar Jan 31 '24 16:01 Alexsp32