apply_enhanced_spin_drift

Function apply_enhanced_spin_drift 

Source
pub fn apply_enhanced_spin_drift(
    derivatives: &mut [f64; 6],
    spin_components: &SpinDriftComponents,
    time_s: f64,
    _is_right_twist: bool,
)
Expand description

Apply enhanced spin drift acceleration to derivatives.

DEPRECATED (MBA-1134): companion to calculate_enhanced_spin_drift; no longer called by any integration path. Spin drift is now the canonical Litz post-process (litz_drift_meters). Retained for backward compatibility and unit tests only.