.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.rst
pyproject.toml
setup.py
.github/workflows/pages.yml
.github/workflows/release.yaml
.github/workflows/unittest.yml
doc/Makefile
doc/make.bat
doc/pages_requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/_static/switcher.json
doc/source/_templates/custom-class-template.rst
doc/source/_templates/custom-module-template.rst
doc/source/api/analytic.rst
doc/source/api/astropy.rst
doc/source/api/index.rst
doc/source/api/integrate.rst
doc/source/api/taylor.rst
doc/source/api/utils.rst
doc/source/api/wcosmo.rst
doc/source/examples/index.rst
examples/accuracy_comparisons_with_astropy.ipynb
examples/integration_method_comparisons.ipynb
examples/wcosmo_gwtc3.ipynb
examples/wcosmo_timing.ipynb
wcosmo/__init__.py
wcosmo/_version.py
wcosmo/analytic.py
wcosmo/astropy.py
wcosmo/constants.py
wcosmo/integrate.py
wcosmo/taylor.py
wcosmo/utils.py
wcosmo/wcosmo.py
wcosmo.egg-info/PKG-INFO
wcosmo.egg-info/SOURCES.txt
wcosmo.egg-info/dependency_links.txt
wcosmo.egg-info/requires.txt
wcosmo.egg-info/top_level.txt
wcosmo/backend/__init__.py
wcosmo/backend/cupy.py
wcosmo/backend/jax.py
wcosmo/test/__init__.py
wcosmo/test/conftest.py
wcosmo/test/test_astropy.py
wcosmo/test/test_constants.py
wcosmo/test/test_cosmo.py
wcosmo/test/test_utils.py