.gitignore
LICENSE
README.md
pyproject.toml
src/xpcs_correlator.egg-info/PKG-INFO
src/xpcs_correlator.egg-info/SOURCES.txt
src/xpcs_correlator.egg-info/dependency_links.txt
src/xpcs_correlator.egg-info/requires.txt
src/xpcs_correlator.egg-info/top_level.txt
src/xpcscorr/__init__.py
src/xpcscorr/benchmark/chunking/__init__.py
src/xpcscorr/benchmark/chunking/chunking.py
src/xpcscorr/benchmark/chunking/utils.py
src/xpcscorr/benchmark/utils/mkl.py
src/xpcscorr/core/__init__.py
src/xpcscorr/core/base.py
src/xpcscorr/core/utils.py
src/xpcscorr/correlators/dense/__init__.py
src/xpcscorr/correlators/dense/base.py
src/xpcscorr/correlators/dense/chunked.py
src/xpcscorr/correlators/dense/reference.py
src/xpcscorr/correlators/sparse/__init__.py
tests/conftest.py
tests/test_core_utils.py
tests/test_correlator_dens_chunk.py
tests/test_correlator_dens_ref.py
tests/old/test_chunking.py
tests/old/test_mkl.py
tests/old/test_reference.py