Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules/tdscha_core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading