LICENSE
MANIFEST.in
MANUAL.md
README.md
pyproject.toml
pytest.ini
examples/item2_adapter.py
examples/profile_gpt2_block.py
examples/profile_item2_chain.py
examples/profile_resnet50.py
integration/ENERGYIR_INTEGRATION.md
src/thermoc/__init__.py
src/thermoc/__main__.py
src/thermoc/allocate_time.py
src/thermoc/cli.py
src/thermoc/_vendor/__init__.py
src/thermoc/_vendor/thermoir/__init__.py
src/thermoc/_vendor/thermoir/backend.py
src/thermoc/_vendor/thermoir/ir.py
src/thermoc/_vendor/thermoir/passes.py
src/thermoc/erasure/__init__.py
src/thermoc/erasure/attribution.py
src/thermoc/erasure/benchmarks.py
src/thermoc/erasure/budget.py
src/thermoc/erasure/certify.py
src/thermoc/erasure/cli_impl.py
src/thermoc/erasure/constants.py
src/thermoc/erasure/demos.py
src/thermoc/erasure/html.py
src/thermoc/erasure/ir.py
src/thermoc/erasure/ir_protocols.py
src/thermoc/erasure/licensing.py
src/thermoc/erasure/measurement.py
src/thermoc/erasure/pebble.py
src/thermoc/erasure/plan_format.py
src/thermoc/erasure/planner.py
src/thermoc/erasure/profile_api.py
src/thermoc/erasure/report.py
src/thermoc/erasure/trace.py
src/thermoc/erasure/backends/capability.py
src/thermoc/erasure/backends/simulated_adiabatic.py
src/thermoc/erasure/estimators/base.py
src/thermoc/erasure/estimators/empirical.py
src/thermoc/erasure/estimators/glauber.py
src/thermoc/erasure/estimators/worstcase.py
src/thermoc/erasure/frontends/__init__.py
src/thermoc/erasure/frontends/stablehlo.py
src/thermoc/erasure/frontends/thermoir_frontend.py
src/thermoc/erasure/frontends/torch_fx.py
src/thermoc/erasure/rewrite/__init__.py
src/thermoc/erasure/rewrite/framework.py
src/thermoc/erasure/rewrite/substitutions.py
src/thermoc/erasure/rewrite/uncompute.py
src/thermoc/erasure/taxonomy/__init__.py
src/thermoc/erasure/taxonomy/registry.py
src/thermoc/erasure/taxonomy/seed_irrev.py
src/thermoc/erasure/taxonomy/seed_rev.py
src/thermoc/erasure/taxonomy/seed_stoch.py
src/thermoc_erasure.egg-info/PKG-INFO
src/thermoc_erasure.egg-info/SOURCES.txt
src/thermoc_erasure.egg-info/dependency_links.txt
src/thermoc_erasure.egg-info/entry_points.txt
src/thermoc_erasure.egg-info/requires.txt
src/thermoc_erasure.egg-info/top_level.txt
tests/conftest.py
tests/erasure_testlib.py
tests/test_acceptance_fr1.py
tests/test_allocate_time.py
tests/test_budget.py
tests/test_constants.py
tests/test_empirical.py
tests/test_glauber_sigma.py
tests/test_ir_frontends.py
tests/test_licensing.py
tests/test_m3_end_to_end.py
tests/test_pebble.py
tests/test_planner.py
tests/test_report_certify.py
tests/test_substitutions.py
tests/test_taxonomy.py
tests/test_uncompute.py
tests/test_vendor.py
tests/test_worstcase.py