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

Analysis.Diatomic get_desorption_frame logic errors for very short trajectories

Open Alexsp32 opened this issue 10 months ago • 0 comments

diatomic.jl:64 currently checks which frame is the last before the centre of mass velocity z component points away from the surface. If none is found, diatomic.jl:65 will fail since an Int is compared to a nothing.

Alexsp32 avatar Apr 26 '24 13:04 Alexsp32