CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE.md
RCC_Bounds_Quickstart.ipynb
RCC_Quickstart.ipynb
README.md
pyproject.toml
quickstart.py
requirements-quickstart.txt
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/scientific-proposal.yml
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
docs/CONVENTIONS.md
docs/END_TO_END_EXAMPLE.md
docs/MODEL_GUIDE.md
docs/OUTPUT_CONTRACT.md
docs/PAPER_MAP.md
docs/SCIENTIFIC_SCOPE.md
docs/TERMINAL_BOUNDS.md
examples/paired_reset_lower_bound.py
results/reference_report.md
results/reference_suite.json
src/rcc_refcert/__init__.py
src/rcc_refcert/__main__.py
src/rcc_refcert/_version.py
src/rcc_refcert/audit.py
src/rcc_refcert/bellman_choi.py
src/rcc_refcert/cases.py
src/rcc_refcert/certificate_error.py
src/rcc_refcert/cli.py
src/rcc_refcert/domination.py
src/rcc_refcert/examples.py
src/rcc_refcert/fixed_point.py
src/rcc_refcert/gain_bounds.py
src/rcc_refcert/gain_cost.py
src/rcc_refcert/limits.py
src/rcc_refcert/metadata.py
src/rcc_refcert/model.py
src/rcc_refcert/numeric.py
src/rcc_refcert/paired_reset_example.py
src/rcc_refcert/prefix.py
src/rcc_refcert/quantum.py
src/rcc_refcert/rank_encoding.py
src/rcc_refcert/reference_potential.py
src/rcc_refcert/render.py
src/rcc_refcert/report.py
src/rcc_refcert/semantics.py
src/rcc_refcert/status.py
src/rcc_refcert/weights.py
src/rcc_refcert.egg-info/PKG-INFO
src/rcc_refcert.egg-info/SOURCES.txt
src/rcc_refcert.egg-info/dependency_links.txt
src/rcc_refcert.egg-info/entry_points.txt
src/rcc_refcert.egg-info/requires.txt
src/rcc_refcert.egg-info/top_level.txt
src/rcc_refcert/bounds/__init__.py
src/rcc_refcert/bounds/__main__.py
src/rcc_refcert/bounds/api.py
src/rcc_refcert/bounds/certificates.py
src/rcc_refcert/bounds/cli.py
src/rcc_refcert/bounds/contracts.py
src/rcc_refcert/bounds/information.py
src/rcc_refcert/bounds/records.py
src/rcc_refcert/bounds/scalar.py
src/rcc_refcert/bounds/terminal_model.py
src/rcc_refcert/bounds/data/bound_record.schema.json
src/rcc_refcert/bounds/data/projection_counts.json
src/rcc_refcert/bounds/data/protocol_spec.json
src/rcc_refcert/bounds/data/spectrum.json
src/rcc_refcert/reference_data/reference_report.md
src/rcc_refcert/reference_data/reference_suite.json
tests/distribution_smoke.py
tests/notebook_smoke.py
tests/test_audit_cli_report.py
tests/test_audit_precision_limits.py
tests/test_bellman_choi.py
tests/test_boundaries.py
tests/test_bounds_boundaries.py
tests/test_bounds_core.py
tests/test_bounds_integration.py
tests/test_bounds_records.py
tests/test_certificate_numerics.py
tests/test_conventions.py
tests/test_dephase_or_halt.py
tests/test_documentation.py
tests/test_domination.py
tests/test_entry_regressions.py
tests/test_f5_generation.py
tests/test_gain_cost.py
tests/test_multiblock.py
tests/test_paired_reset_example.py
tests/test_product_interface.py
tests/test_rank_encoding.py
tests/test_scientific_invariants.py