.travis.yml
CHANGES.rst
FAQ
LICENSE
MANIFEST.in
Makefile
README.rst
common.mk
mocks.options
rules.mk
setup.py
theory.options
Corrfunc/__init__.py
Corrfunc/io.py
Corrfunc/utils.py
Corrfunc.egg-info/PKG-INFO
Corrfunc.egg-info/SOURCES.txt
Corrfunc.egg-info/dependency_links.txt
Corrfunc.egg-info/not-zip-safe
Corrfunc.egg-info/requires.txt
Corrfunc.egg-info/top_level.txt
Corrfunc/mocks/DDrppi_mocks.py
Corrfunc/mocks/DDsmu_mocks.py
Corrfunc/mocks/DDtheta_mocks.py
Corrfunc/mocks/__init__.py
Corrfunc/mocks/vpf_mocks.py
Corrfunc/tests/__init__.py
Corrfunc/tests/common.py
Corrfunc/tests/test_mocks.py
Corrfunc/tests/test_theory.py
Corrfunc/theory/DD.py
Corrfunc/theory/DDrppi.py
Corrfunc/theory/DDsmu.py
Corrfunc/theory/__init__.py
Corrfunc/theory/vpf.py
Corrfunc/theory/wp.py
Corrfunc/theory/xi.py
docs/source/all-interfaces.rst
docs/source/commandline-interface.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/python-interface.rst
docs/source/quickstart.rst
docs/source/staticlibrary-interface.rst
docs/source/api/Corrfunc.mocks.rst
docs/source/api/Corrfunc.rst
docs/source/api/Corrfunc.theory.rst
docs/source/api/modules.rst
docs/source/development/bug_reports.rst
docs/source/development/citing_corrfunc.rst
docs/source/development/contributing.rst
docs/source/development/contributors.rst
docs/source/development/index.rst
docs/source/development/staying_up_to_date.rst
docs/source/modules/computing_wp_and_xi.rst
docs/source/modules/converting_3d_counts.rst
docs/source/modules/converting_ddtheta_mocks.rst
docs/source/modules/converting_rp_pi_counts.rst
docs/source/modules/converting_rp_pi_mocks.rst
docs/source/modules/custom_weighting.rst
docs/source/modules/fast_food_binary.rst
docs/source/modules/generate_bins.rst
docs/source/modules/index.rst
docs/source/modules/mock_functions.rst
docs/source/modules/read_catalog.rst
docs/source/modules/rr_autocorrelations.rst
docs/source/modules/theory_functions.rst
docs/source/modules/weighted_correlations.rst
docs/source/modules/which_corrfunc.rst
io/Makefile
io/ftread.c
io/ftread.h
io/io.c
io/io.h
mocks/Makefile
mocks/DDrppi_mocks/DDrppi_mocks.c
mocks/DDrppi_mocks/Makefile
mocks/DDrppi_mocks/countpairs_rp_pi_mocks.c
mocks/DDrppi_mocks/countpairs_rp_pi_mocks.h
mocks/DDrppi_mocks/countpairs_rp_pi_mocks_impl.c.src
mocks/DDrppi_mocks/countpairs_rp_pi_mocks_impl.h.src
mocks/DDrppi_mocks/countpairs_rp_pi_mocks_kernels.c.src
mocks/DDrppi_mocks/wprp_mocks.c
mocks/DDsmu_mocks/DDsmu_mocks.c
mocks/DDsmu_mocks/Makefile
mocks/DDsmu_mocks/countpairs_s_mu_mocks.c
mocks/DDsmu_mocks/countpairs_s_mu_mocks.h
mocks/DDsmu_mocks/countpairs_s_mu_mocks_impl.c.src
mocks/DDsmu_mocks/countpairs_s_mu_mocks_impl.h.src
mocks/DDsmu_mocks/countpairs_s_mu_mocks_kernels.c.src
mocks/DDtheta_mocks/DDtheta_mocks.c
mocks/DDtheta_mocks/Makefile
mocks/DDtheta_mocks/countpairs_theta_mocks.c
mocks/DDtheta_mocks/countpairs_theta_mocks.h
mocks/DDtheta_mocks/countpairs_theta_mocks_impl.c.src
mocks/DDtheta_mocks/countpairs_theta_mocks_impl.h.src
mocks/DDtheta_mocks/countpairs_theta_mocks_kernels.c.src
mocks/DDtheta_mocks/wtheta.c
mocks/examples/Makefile
mocks/examples/run_correlations_mocks.c
mocks/python_bindings/Makefile
mocks/python_bindings/_countpairs_mocks.c
mocks/python_bindings/call_correlation_functions_mocks.py
mocks/tests/Makefile
mocks/tests/Mr19_mock.DD
mocks/tests/Mr19_mock.DR
mocks/tests/Mr19_mock_DDsmu.DR
mocks/tests/Mr19_mock_DDsmu.RR
mocks/tests/Mr19_mock_vpf
mocks/tests/Mr19_mock_wtheta.DD
mocks/tests/Mr19_mock_wtheta.DR
mocks/tests/Mr19_randoms_vpf
mocks/tests/angular_bins
mocks/tests/bins
mocks/tests/tests_mocks.c
mocks/tests/data/Mr19_centers_xyz_forVPF_rmax_10Mpc.txt
mocks/tests/data/Mr19_mock_northonly.rdcz.dat
mocks/tests/data/Mr19_mock_northonly.rdcz.ff
mocks/vpf_mocks/Makefile
mocks/vpf_mocks/countspheres_mocks.c
mocks/vpf_mocks/countspheres_mocks.h
mocks/vpf_mocks/countspheres_mocks_impl.c.src
mocks/vpf_mocks/countspheres_mocks_impl.h.src
mocks/vpf_mocks/vpf_mocks.c
mocks/vpf_mocks/vpf_mocks_kernels.c.src
theory/Makefile
theory/logbins.c
theory/DD/DD.c
theory/DD/Makefile
theory/DD/countpairs.c
theory/DD/countpairs.h
theory/DD/countpairs_impl.c.src
theory/DD/countpairs_impl.h.src
theory/DD/countpairs_kernels.c.src
theory/DDrppi/DDrppi.c
theory/DDrppi/Makefile
theory/DDrppi/countpairs_rp_pi.c
theory/DDrppi/countpairs_rp_pi.h
theory/DDrppi/countpairs_rp_pi_impl.c.src
theory/DDrppi/countpairs_rp_pi_impl.h.src
theory/DDrppi/countpairs_rp_pi_kernels.c.src
theory/DDrppi/wprp.c
theory/DDsmu/DDsmu.c
theory/DDsmu/Makefile
theory/DDsmu/countpairs_s_mu.c
theory/DDsmu/countpairs_s_mu.h
theory/DDsmu/countpairs_s_mu_impl.c.src
theory/DDsmu/countpairs_s_mu_impl.h.src
theory/DDsmu/countpairs_s_mu_kernels.c.src
theory/examples/Makefile
theory/examples/run_correlations.c
theory/python_bindings/Makefile
theory/python_bindings/_countpairs.c
theory/python_bindings/call_correlation_functions.py
theory/tests/Makefile
theory/tests/Mr19_DD_nonperiodic
theory/tests/Mr19_DD_periodic
theory/tests/Mr19_DDrppi_nonperiodic
theory/tests/Mr19_DDrppi_periodic
theory/tests/Mr19_DDsmu_nonperiodic
theory/tests/Mr19_DDsmu_periodic
theory/tests/Mr19_vpf_periodic
theory/tests/Mr19_wp
theory/tests/Mr19_xi
theory/tests/bins
theory/tests/cmass_DD_periodic
theory/tests/cmass_DR_nonperiodic
theory/tests/cmass_DR_periodic
theory/tests/cmass_RR_periodic
theory/tests/test_nonperiodic.c
theory/tests/test_periodic.c
theory/tests/data/cmassmock_Zspace.ff
theory/tests/data/gals_Mr19.ff
theory/vpf/Makefile
theory/vpf/countspheres.c
theory/vpf/countspheres.h
theory/vpf/countspheres_impl.c.src
theory/vpf/countspheres_impl.h.src
theory/vpf/vpf.c
theory/vpf/vpf_kernels.c.src
theory/wp/Makefile
theory/wp/countpairs_wp.c
theory/wp/countpairs_wp.h
theory/wp/countpairs_wp_impl.c.src
theory/wp/countpairs_wp_impl.h.src
theory/wp/wp.c
theory/wp/wp_kernels.c.src
theory/xi/Makefile
theory/xi/countpairs_xi.c
theory/xi/countpairs_xi.h
theory/xi/countpairs_xi_impl.c.src
theory/xi/countpairs_xi_impl.h.src
theory/xi/xi.c
theory/xi/xi_kernels.c.src
utils/Makefile
utils/avx2_calls.h
utils/avx512_calls.c
utils/avx512_calls.h
utils/avx_calls.h
utils/cache.c
utils/cache.h
utils/cell_pair.h.src
utils/cellarray.h.src
utils/cellarray_mocks.h.src
utils/cosmology_params.c
utils/cosmology_params.h
utils/cpu_features.c
utils/cpu_features.h
utils/defs.h
utils/fast_acos.h
utils/function_precision.h
utils/gridlink_impl.c.src
utils/gridlink_impl.h.src
utils/gridlink_mocks_impl.c.src
utils/gridlink_mocks_impl.h.src
utils/gridlink_utils.c.src
utils/gridlink_utils.h.src
utils/macros.h
utils/progressbar.c
utils/progressbar.h
utils/set_cosmo_dist.c
utils/set_cosmo_dist.h
utils/set_cosmology.c
utils/set_cosmology.h
utils/sglib.h
utils/sse_calls.h
utils/tests_common.h
utils/utils.c
utils/utils.h
utils/weight_defs.h.src
utils/weight_functions.h.src
utils/write_weights_to_fastfood.c