.gitignore
LICENSE
README.md
optional_requirements.txt
pages_requirements.txt
pyproject.toml
requirements.txt
.github/workflows/pages.yml
.github/workflows/unit_test.yml
bin/generate_gamma_data.py
docs/Makefile.gh_pages
docs/angles.rst
docs/conf.py
docs/gwmemory.rst
docs/harmonics.rst
docs/index.rst
docs/qnms.rst
docs/utils.rst
docs/waveforms.rst
examples/GWMemory.ipynb
gwmemory/__init__.py
gwmemory/_version.py
gwmemory/angles.py
gwmemory/angles_jit.py
gwmemory/gwmemory.py
gwmemory/harmonics.py
gwmemory/harmonics_jit.py
gwmemory/qnms.py
gwmemory/utils.py
gwmemory.egg-info/PKG-INFO
gwmemory.egg-info/SOURCES.txt
gwmemory.egg-info/dependency_links.txt
gwmemory.egg-info/requires.txt
gwmemory.egg-info/top_level.txt
gwmemory/data/fitcoeffsWEB.dat
gwmemory/data/gamma_coefficients_delta_m_-1.dat
gwmemory/data/gamma_coefficients_delta_m_-2.dat
gwmemory/data/gamma_coefficients_delta_m_-3.dat
gwmemory/data/gamma_coefficients_delta_m_-4.dat
gwmemory/data/gamma_coefficients_delta_m_-5.dat
gwmemory/data/gamma_coefficients_delta_m_-6.dat
gwmemory/data/gamma_coefficients_delta_m_-7.dat
gwmemory/data/gamma_coefficients_delta_m_-8.dat
gwmemory/data/gamma_coefficients_delta_m_0.dat
gwmemory/data/gamma_coefficients_delta_m_1.dat
gwmemory/data/gamma_coefficients_delta_m_2.dat
gwmemory/data/gamma_coefficients_delta_m_3.dat
gwmemory/data/gamma_coefficients_delta_m_4.dat
gwmemory/data/gamma_coefficients_delta_m_5.dat
gwmemory/data/gamma_coefficients_delta_m_6.dat
gwmemory/data/gamma_coefficients_delta_m_7.dat
gwmemory/data/gamma_coefficients_delta_m_8.dat
gwmemory/waveforms/__init__.py
gwmemory/waveforms/approximant.py
gwmemory/waveforms/base.py
gwmemory/waveforms/mwm.py
gwmemory/waveforms/nr.py
gwmemory/waveforms/surrogate.py
test/__init__.py
test/angles_test.py
test/harmonics_test.py
test/waveform_test.py