CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
docs/architecture.md
docs/model-cards/resource-guidance-local-v0.md
src/qcoder/__init__.py
src/qcoder/__main__.py
src/qcoder/cli.py
src/qcoder.egg-info/PKG-INFO
src/qcoder.egg-info/SOURCES.txt
src/qcoder.egg-info/dependency_links.txt
src/qcoder.egg-info/entry_points.txt
src/qcoder.egg-info/requires.txt
src/qcoder.egg-info/top_level.txt
src/qcoder/core/__init__.py
src/qcoder/core/context.py
src/qcoder/core/run_config.py
src/qcoder/core/schema.py
src/qcoder/core/qasm2/__init__.py
src/qcoder/core/qasm2/adjoint_eligibility.py
src/qcoder/core/qasm2/mirror_build.py
src/qcoder/engines/context/__init__.py
src/qcoder/engines/context/bundle.py
src/qcoder/engines/context/markdown.py
src/qcoder/engines/feature_extraction/extractor.py
src/qcoder/engines/feature_extraction/ir.py
src/qcoder/engines/feature_extraction/labeling.py
src/qcoder/engines/feature_extraction/qasm2_regex_parser.py
src/qcoder/engines/feature_extraction/adapters/__init__.py
src/qcoder/engines/feature_extraction/adapters/cirq_intake.py
src/qcoder/engines/feature_extraction/adapters/pennylane_intake.py
src/qcoder/engines/feature_extraction/adapters/qiskit_intake.py
src/qcoder/engines/feature_extraction/features/compute_v0.py
src/qcoder/engines/feature_extraction/features/glossary_v0.py
src/qcoder/engines/feature_extraction/features/schema_v0.py
src/qcoder/engines/feature_extraction/parsers/__init__.py
src/qcoder/engines/feature_extraction/reps/cut_profile.py
src/qcoder/engines/feature_extraction/reps/depth.py
src/qcoder/engines/feature_extraction/reps/entangling_layers.py
src/qcoder/engines/feature_extraction/reps/gate_set_stats.py
src/qcoder/engines/feature_extraction/reps/interaction_graph.py
src/qcoder/engines/feature_extraction/reps/interaction_graph_metrics.py
src/qcoder/engines/feature_extraction/reps/spans.py
src/qcoder/engines/guidance/__init__.py
src/qcoder/engines/guidance/model_pack.py
src/qcoder/engines/guidance/resource.py
src/qcoder/engines/guidance/structural_scores.py
src/qcoder/engines/profiles/__init__.py
src/qcoder/engines/profiles/feature_profiles_v0.py
src/qcoder/engines/review/__init__.py
src/qcoder/engines/review/bundle.py
src/qcoder/engines/review/counts_v0.py
src/qcoder/engines/review/markdown.py
src/qcoder/engines/review/qiskit_counts.py
src/qcoder/model_packs/__init__.py
src/qcoder/model_packs/resource_guidance_local_v0.json
src/qcoder/pipelines/analyze.py
src/qcoder/pipelines/batch.py
src/qcoder/pipelines/context.py
src/qcoder/pipelines/review.py
src/qcoder/tools/batch.py
tests/__init__.py
tests/test_adjoint_eligibility.py
tests/test_analyze_pipeline.py
tests/test_batch_pipeline.py
tests/test_cirq_intake.py
tests/test_cli_batch_nested_discovery.py
tests/test_cli_context_review.py
tests/test_cli_help.py
tests/test_context_bundle.py
tests/test_cut_profile.py
tests/test_entangling_layers.py
tests/test_examples_smoke.py
tests/test_feature_glossary.py
tests/test_feature_profiles.py
tests/test_gate_set_stats.py
tests/test_guidance_model_pack.py
tests/test_interaction_graph_metrics.py
tests/test_mirror_build.py
tests/test_parse_qasm2_text.py
tests/test_pennylane_intake.py
tests/test_qiskit_intake.py
tests/test_resource_guidance.py
tests/test_review_bundle.py
tests/test_review_counts_v0.py
tests/test_review_qiskit_counts.py
tests/test_schema_stability.py
tests/test_smoke.py
tests/test_temporal_spans.py