.readthedocs.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/DESIGN.md
docs/changelog.md
docs/conf.py
docs/index.md
docs/installation.md
docs/scope.md
docs/api/core.rst
docs/api/fit.rst
docs/api/index.rst
docs/api/model.rst
docs/guide/faraday.md
docs/guide/fixed_harmonic.md
docs/guide/model.md
docs/guide/radiation.md
docs/guide/reconstruction.md
docs/guide/transfer.md
scripts/application_foreground.py
scripts/compare_moment_cumulant.py
scripts/model_examples.py
scripts/model_examples_continuum.py
scripts/model_examples_fit.py
scripts/plot_derivative_spectra.py
scripts/plot_transfer.py
scripts/reference_constants.py
scripts/review_radiation.py
scripts/run_all.py
scripts/sed_reconstruction_checks.py
scripts/sed_reconstruction_direct.py
scripts/sed_reconstruction_example.py
scripts/sed_reconstruction_figure.py
scripts/sed_reconstruction_report.py
scripts/sed_reconstruction_setup.py
scripts/sed_reconstruction_summary.py
scripts/test_design.py
scripts/validate_cumulants.py
scripts/validate_kirchhoff.py
scripts/validate_model.py
scripts/validate_rt_moments.py
scripts/validate_sed.py
scripts/validate_transfer.py
syncmoments/__init__.py
syncmoments/_expm.py
syncmoments/bessel.py
syncmoments/constants.py
syncmoments/conversion.py
syncmoments/cumulants.py
syncmoments/derivatives.py
syncmoments/expansion.py
syncmoments/faraday.py
syncmoments/kirchhoff.py
syncmoments/los_moments.py
syncmoments/magnus.py
syncmoments/rm.py
syncmoments/sed.py
syncmoments/solutions.py
syncmoments/stokes.py
syncmoments/transfer.py
syncmoments/ultrarel.py
syncmoments.egg-info/PKG-INFO
syncmoments.egg-info/SOURCES.txt
syncmoments.egg-info/dependency_links.txt
syncmoments.egg-info/requires.txt
syncmoments.egg-info/top_level.txt
syncmoments/model/__init__.py
syncmoments/model/_allowances.py
syncmoments/model/_basis_checks.py
syncmoments/model/_basis_core.py
syncmoments/model/_basis_taylor.py
syncmoments/model/_bessel_recurrence.py
syncmoments/model/_bound_helpers.py
syncmoments/model/_budget_terms.py
syncmoments/model/_channel_shapes.py
syncmoments/model/_continuum.py
syncmoments/model/_depth_bound.py
syncmoments/model/_direct.py
syncmoments/model/_factor.py
syncmoments/model/_factorisation_bounds.py
syncmoments/model/_harmonic_cells.py
syncmoments/model/_harmonic_tail.py
syncmoments/model/_harmonic_taylor.py
syncmoments/model/_kernel_helpers.py
syncmoments/model/_polynomial.py
syncmoments/model/_population.py
syncmoments/model/_prediction.py
syncmoments/model/_project.py
syncmoments/model/_provenance.py
syncmoments/model/_refine.py
syncmoments/model/_remainder_probe.py
syncmoments/model/_remainder_route.py
syncmoments/model/_support_check.py
syncmoments/model/adapters.py
syncmoments/model/assumptions.py
syncmoments/model/basis.py
syncmoments/model/bounds.py
syncmoments/model/channels.py
syncmoments/model/errors.py
syncmoments/model/harmonic.py
syncmoments/model/index.py
syncmoments/model/kernels.py
syncmoments/model/moments.py
syncmoments/model/phase.py
syncmoments/model/predict.py
syncmoments/model/screens.py
syncmoments/model/fit/__init__.py
syncmoments/model/fit/_bfgs.py
syncmoments/model/fit/_combination_core.py
syncmoments/model/fit/_combination_errors.py
syncmoments/model/fit/_combination_json.py
syncmoments/model/fit/_discrepancy.py
syncmoments/model/fit/_feasibility.py
syncmoments/model/fit/_feasibility_rules.py
syncmoments/model/fit/_identifiability.py
syncmoments/model/fit/_linear_core.py
syncmoments/model/fit/_nodal.py
syncmoments/model/fit/_reduction_checks.py
syncmoments/model/fit/_relations.py
syncmoments/model/fit/_result_build.py
syncmoments/model/fit/_result_core.py
syncmoments/model/fit/_transform.py
syncmoments/model/fit/combination_result.py
syncmoments/model/fit/combinations.py
syncmoments/model/fit/diagnostics.py
syncmoments/model/fit/layout.py
syncmoments/model/fit/linear.py
syncmoments/model/fit/nonlinear.py
syncmoments/model/fit/observation.py
syncmoments/model/fit/reduction.py
syncmoments/model/fit/result.py
tests/_ad_matrix.py
tests/_ad_matrix_cases.py
tests/_ad_matrix_model_cases.py
tests/conftest.py
tests/test_ad_transform_matrix.py
tests/test_ad_transform_matrix_nested.py
tests/test_ad_transform_matrix_v020.py
tests/test_audit_provenance.py
tests/test_bessel_autodiff_accuracy.py
tests/test_distributed_faraday.py
tests/test_docs_fences.py
tests/test_docs_tables.py
tests/test_mixed_population.py
tests/test_package_improvements.py
tests/test_radiation_regressions.py
tests/test_rm_regressions.py
tests/test_slow_gating.py
tests/test_transfer_batched_reverse.py
tests/test_transfer_companion_boundaries.py
tests/test_transfer_derivatives.py
tests/test_transfer_eager.py
tests/test_transfer_expm_boundaries.py
tests/test_transfer_extreme_jacobians.py
tests/test_transfer_higher_order.py
tests/test_transfer_length_derivative.py
tests/test_transfer_refusals.py
tests/test_transfer_regressions.py
tests/test_transfer_scale_and_budget.py
tests/test_transfer_scaling.py
tests/test_transfer_third_order.py
tests/test_transfer_value_accuracy.py
tests/test_transfer_value_boundaries.py
tests/test_validation.py
tests/test_version.py
tests/test_weight_normalisation.py
tests/test_weight_normalisation_edges.py
tests/test_weight_normalisation_errors.py
tests/test_weight_normalisation_hessian.py
tests/test_weight_normalisation_mixed.py
tests/test_weight_normalisation_oracle.py
tests/test_weight_normalisation_second_order.py
tests/model/_basis_fixtures.py
tests/model/_basis_stub.py
tests/model/_benchmark_helpers.py
tests/model/_boundary_oracles.py
tests/model/_diagnostics_fixtures.py
tests/model/_harmonic_oracles.py
tests/model/_integration_fixtures.py
tests/model/_linear_fixtures.py
tests/model/_nonlinear_oracles.py
tests/model/_predict_helpers.py
tests/model/_reduction_fixtures.py
tests/model/conftest.py
tests/model/test_adapters.py
tests/model/test_assumptions.py
tests/model/test_assumptions_jit.py
tests/model/test_assumptions_regressions.py
tests/model/test_b_analytic_derivatives.py
tests/model/test_basis.py
tests/model/test_basis_build.py
tests/model/test_basis_convergence.py
tests/model/test_basis_convergence_regressions.py
tests/model/test_benchmark.py
tests/model/test_bessel_recurrence.py
tests/model/test_boundaries.py
tests/model/test_boundaries_continuum.py
tests/model/test_boundaries_corners.py
tests/model/test_boundaries_depth.py
tests/model/test_boundaries_fit.py
tests/model/test_boundaries_quadrature.py
tests/model/test_bounds.py
tests/model/test_bounds_regressions.py
tests/model/test_budget_regressions.py
tests/model/test_capped_derivatives.py
tests/model/test_certif_wording_fit.py
tests/model/test_channels.py
tests/model/test_combinations.py
tests/model/test_combinations_accuracy.py
tests/model/test_combinations_errors.py
tests/model/test_combinations_modes.py
tests/model/test_combinations_recovery.py
tests/model/test_continuum.py
tests/model/test_diagnostics.py
tests/model/test_direct_allowances_round3.py
tests/model/test_docstrings.py
tests/model/test_errors.py
tests/model/test_example_continuum_budget.py
tests/model/test_feasibility.py
tests/model/test_fit_integration.py
tests/model/test_fit_integration_nonlinear.py
tests/model/test_harmonic.py
tests/model/test_harmonic_doc_claims.py
tests/model/test_harmonic_projection.py
tests/model/test_index.py
tests/model/test_jit_ad.py
tests/model/test_json_strict_regressions.py
tests/model/test_kernel_chunking.py
tests/model/test_kernels.py
tests/model/test_linear.py
tests/model/test_linear_policies.py
tests/model/test_linear_regressions.py
tests/model/test_lower_set_remainder.py
tests/model/test_lower_set_truncation.py
tests/model/test_memory_numerics.py
tests/model/test_moments.py
tests/model/test_nonlinear.py
tests/model/test_nonlinear_bias_regressions.py
tests/model/test_nonlinear_boundaries.py
tests/model/test_nonlinear_fit.py
tests/model/test_nonlinear_regressions.py
tests/model/test_observation.py
tests/model/test_phase.py
tests/model/test_predict.py
tests/model/test_predict_assumptions.py
tests/model/test_predict_direct_regressions.py
tests/model/test_predict_routes.py
tests/model/test_probe_memory_budget.py
tests/model/test_probe_taylor.py
tests/model/test_product_cells_regressions.py
tests/model/test_reduction.py
tests/model/test_reduction_scope.py
tests/model/test_reference_provenance.py
tests/model/test_remainder_probe.py
tests/model/test_remainder_probe_route.py
tests/model/test_result.py
tests/model/test_screens.py
tests/model/test_sed_example.py
tests/model/test_stokes_nodes.py
tests/model/test_support_check_regressions.py
tests/model/test_symmetry_assumptions.py
tests/model/test_symmetry_factorisation.py
tests/model/test_symmetry_fixed_table.py
tests/model/test_truncation_provenance.py
tests/model/test_version_provenance.py
tests/model/reference/README.md
tests/model/reference/validation/__init__.py
tests/model/reference/validation/full_response.py
tests/model/reference/validation/full_response_product.py
tests/model/reference/validation/full_response_results.json