Skip to content

Simplify logic for td_interpolate

Sebastian Ohlmann requested to merge simplify_td_interpolate into main

Description

This avoids lengthy if statements in the propagators and makes the code cleaner. We already know at initialization if we expect vtau as argument or not.

Merge request reports