ACCURACY.md
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
INSTALL.md
LICENSE
MANIFEST.in
NOTICE
README.md
environment.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
setup_env.yml
cpp/CMakeLists.txt
cpp/anchor.cpp
cpp/evaluator.cpp
cpp/glue.cpp
cpp/gpr.cpp
cpp/mr.cpp
cpp/pack.cpp
cpp/piecewise_chebyshev.hpp
cpp/policy_chunk.hpp
cpp/residency.cpp
cpp/swsh.cpp
cpp/workspace.hpp
cpp/cmake/compiler_flags.cmake
cpp/cmake/kokkos_dependency.cmake
cpp/fastpath/CMakeLists.txt
cpp/fastpath/fastpath.cpp
cpp/generated/pn_dynamics_4pn.hpp
cpp/generated/pn_mode_partials_4pn.hpp
cpp/generated/pn_modes_4pn.hpp
cpp/glibc_cuda_shim/math.h
docs/QUICKSTART.md
docs/RELEASE_NOTES.md
docs/USAGE.md
examples/usage/00_walkthrough.ipynb
examples/usage/01_load_and_modes.py
examples/usage/02_physical_units.py
examples/usage/03_hybridisation.py
examples/usage/04_derived_routes.py
examples/usage/05_parameter_derivatives.py
examples/usage/06_ada_model.py
examples/usage/07_fisher_matrix.py
examples/usage/08_model_error.py
examples/usage/09_backends.py
examples/usage/10_finding_the_artifacts.py
examples/usage/README.md
nrhjsurrogate/__init__.py
nrhjsurrogate/_environment.py
nrhjsurrogate/calibration_provenance.py
nrhjsurrogate/compiled_backend.py
nrhjsurrogate/gpr_kernel_basis.py
nrhjsurrogate/gradients.py
nrhjsurrogate/legacy_pickle_compat.py
nrhjsurrogate/models.py
nrhjsurrogate/odd_mode_envelope.py
nrhjsurrogate/serialize.py
nrhjsurrogate/spectral.py
nrhjsurrogate/surrogate_prediction.py
nrhjsurrogate/waveform_error_estimate.py
nrhjsurrogate.egg-info/PKG-INFO
nrhjsurrogate.egg-info/SOURCES.txt
nrhjsurrogate.egg-info/dependency_links.txt
nrhjsurrogate.egg-info/entry_points.txt
nrhjsurrogate.egg-info/requires.txt
nrhjsurrogate.egg-info/top_level.txt
nrhjsurrogate/compute_kernels/CMakeLists.txt
nrhjsurrogate/compute_kernels/antenna_project.cpp
nrhjsurrogate/data/__init__.py
nrhjsurrogate/data/swsph_mixing_tables.npz
nrhjsurrogate/driver/__init__.py
nrhjsurrogate/driver/aa_api.py
nrhjsurrogate/driver/aa_batch.py
nrhjsurrogate/driver/aa_batch_gradients.py
nrhjsurrogate/driver/aa_gradients.py
nrhjsurrogate/driver/aaintpn.py
nrhjsurrogate/driver/api.py
nrhjsurrogate/driver/bench.py
nrhjsurrogate/driver/bilby_batch.py
nrhjsurrogate/driver/fisher.py
nrhjsurrogate/driver/hybrid_gradient_batch.py
nrhjsurrogate/driver/hybrid_gradients.py
nrhjsurrogate/driver/hybridization_states.py
nrhjsurrogate/driver/loader_arguments.py
nrhjsurrogate/driver/nrpn.py
nrhjsurrogate/driver/pn4_dmode_route.py
nrhjsurrogate/driver/pn4_weights_route.py
nrhjsurrogate/driver/reconstruct.py
nrhjsurrogate/driver/smoke.py
nrhjsurrogate/driver/time_domain_response.py
nrhjsurrogate/execution/__init__.py
nrhjsurrogate/execution/_affinity.py
nrhjsurrogate/execution/aa_gradient_device.py
nrhjsurrogate/execution/antenna_kernels.py
nrhjsurrogate/execution/batched_evaluator.py
nrhjsurrogate/execution/batched_spline.py
nrhjsurrogate/execution/compiled_module_loader.py
nrhjsurrogate/execution/dispatch.py
nrhjsurrogate/execution/fastpath.py
nrhjsurrogate/execution/mr_gradient_device.py
nrhjsurrogate/execution/residency.py
nrhjsurrogate/execution/swsh_device.py
nrhjsurrogate/numerical_methods/__init__.py
nrhjsurrogate/numerical_methods/grids.py
nrhjsurrogate/numerical_methods/quadrature.py
nrhjsurrogate/physics/__init__.py
nrhjsurrogate/physics/action_extend.py
nrhjsurrogate/physics/anchor.py
nrhjsurrogate/physics/constants.py
nrhjsurrogate/physics/gw_memory.py
nrhjsurrogate/physics/hybridise.py
nrhjsurrogate/physics/pn_action_energy.py
nrhjsurrogate/physics/pn_actions.py
nrhjsurrogate/physics/pn_circular.py
nrhjsurrogate/physics/pn_dynamics_partials.py
nrhjsurrogate/physics/pn_extend.py
nrhjsurrogate/physics/pn_flux.py
nrhjsurrogate/physics/pn_mode_partials.py
nrhjsurrogate/physics/pn_mode_partials_35.py
nrhjsurrogate/physics/pn_modes.py
nrhjsurrogate/physics/pn_modes_35.py
nrhjsurrogate/physics/reach.py
nrhjsurrogate/physics/spin_weighted_angular_harmonics.py
nrhjsurrogate/verify/__init__.py
nrhjsurrogate/verify/__main__.py
nrhjsurrogate/verify/checks.py
nrhjsurrogate/verify/reference_values.npz
nrhjsurrogate/verify/test_installed_model.py