diff --git a/Modules/tdscha_core.jl b/Modules/tdscha_core.jl index 13fe691d..7b98908b 100644 --- a/Modules/tdscha_core.jl +++ b/Modules/tdscha_core.jl @@ -121,7 +121,7 @@ function get_d2v_dR2_from_Y_pert_sym_fast(ensemble::Ensemble{T}, symmetries::Vec buffer_u = zeros(T, n_modes) - Threads.@threads for bigindex = start_index:end_index + for bigindex = start_index:end_index i = Int32(floor((bigindex - 1) / n_symmetries)) + 1 j = mod((bigindex - 1), n_symmetries) + 1