chemband with parallel: func_a() func_b() If func_a() finishes before func_b(), is it possible to stop continued execution of func_b(), 'breaking' the parallel statement? Or is this impossible?
sb10q It should be rather easy to implement considering that parallel simply resets the RTIO time cursor between the two invocations, but it has not been implemented.