CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
docs/architecture.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/resource.py
src/qcoder/engines/guidance/structural_scores.py
src/qcoder/engines/prediction_model/__init__.py
src/qcoder/engines/prediction_model/artifact.py
src/qcoder/engines/prediction_model/engine.py
src/qcoder/engines/prediction_model/models.py
src/qcoder/engines/prediction_model/policy.py
src/qcoder/engines/prediction_model/schema_alignment.py
src/qcoder/engines/profiles/__init__.py
src/qcoder/engines/profiles/feature_profiles_v0.py
src/qcoder/engines/quantumness/__init__.py
src/qcoder/engines/quantumness/scorer.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/pipelines/analyze.py
src/qcoder/pipelines/batch.py
src/qcoder/pipelines/context.py
src/qcoder/pipelines/review.py
src/qcoder/tools/analyze.py
src/qcoder/tools/analyze_shot_scaling.py
src/qcoder/tools/batch.py
src/qcoder/tools/generate_corpus.py
src/qcoder/tools/harness.py
src/qcoder/tools/inspect_corpus_features.py
src/qcoder/tools/join_runs_features.py
src/qcoder/tools/mirror.py
src/qcoder/tools/predict_baseline.py
src/qcoder/tools/qr_dll_bootstrap.py
src/qcoder/tools/runner.py
src/qcoder/tools/train_baseline_models.py
src/qcoder/tools/validate_baseline.py
src/qcoder/tools/runners/__init__.py
src/qcoder/tools/runners/quantum_rings/__init__.py
src/qcoder/tools/runners/quantum_rings/v12/__init__.py
src/qcoder/tools/runners/quantum_rings/v12/harness.py
src/qcoder/tools/runners/quantum_rings/v12/mirror.py
src/qcoder/tools/runners/quantum_rings/v12/runner.py
tests/__init__.py
tests/test_adjoint_eligibility.py
tests/test_analyze_pipeline.py
tests/test_analyze_prediction_integration.py
tests/test_analyze_shot_scaling.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_generate_corpus.py
tests/test_harness_schema_labels.py
tests/test_inspect_corpus_features.py
tests/test_interaction_graph_metrics.py
tests/test_join_runs_features.py
tests/test_mirror_build.py
tests/test_parse_qasm2_text.py
tests/test_pennylane_intake.py
tests/test_predict_baseline.py
tests/test_prediction_artifact_io.py
tests/test_prediction_fidelity_curve.py
tests/test_prediction_policy.py
tests/test_prediction_schema_alignment.py
tests/test_qiskit_intake.py
tests/test_quantumness_scorer.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
tests/test_train_baseline_models.py
tests/test_validate_baseline.py