Skip to content

Move update_interactions step to beginning of timestep

Sebastian Ohlmann requested to merge adapt_propagator_steps into main

Description

This will exchange the quantities at the beginning of the timestep. The advantage is that the quantity clocks in this case are the same as the system clocks. It should not change the outcome when the timestep is equal, but it can lead to differences in the timing for non-equal timesteps.

Edited by Sebastian Ohlmann

Merge request reports