What is your suggested feature? Please describe.
To achieve at least thread parallelization of sktwocnt, two problems should be addressed:
- anglib is not thread-safe and its module structure is at least questionable
- OMP will be unable to copy the derived integrator type in the loop over dimer distances
(workaround for testing: initialize integrator within the loop --> results in overhead due to recalculated finite differences matrices)