.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
README.md
pyproject.toml
readthedocs.yml
.github/workflows/publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
docs/examples/quickstart.ipynb
examples/Parameter_estimation.ipynb
examples/quickstart.ipynb
examples/taylort3.ipynb
src/pygwtf/__init__.py
src/pygwtf/backend.py
src/pygwtf/constants.py
src/pygwtf/generator.py
src/pygwtf/utils.py
src/pygwtf.egg-info/PKG-INFO
src/pygwtf.egg-info/SOURCES.txt
src/pygwtf.egg-info/dependency_links.txt
src/pygwtf.egg-info/requires.txt
src/pygwtf.egg-info/top_level.txt
src/pygwtf/fresnel/__init__.py
src/pygwtf/fresnel/common.py
src/pygwtf/fresnel/kernel.py
src/pygwtf/fresnel/search_kernels.py
src/pygwtf/models/__init__.py
src/pygwtf/models/base.py
src/pygwtf/models/taylort2ecc/__init__.py
src/pygwtf/models/taylort2ecc/common.py
src/pygwtf/models/taylort2ecc/model.py
src/pygwtf/models/taylort3spin/__init__.py
src/pygwtf/models/taylort3spin/common.py
src/pygwtf/models/taylort3spin/model.py
src/pygwtf/response/__init__.py
src/pygwtf/response/orbits.py
src/pygwtf/response/transfer.py
src/pygwtf/spa/common.py