{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-00510","title":"PCBSchemaGen: Reward-Guided LLM Code Synthesis for Printed Circuit Boards (PCB) Schematic Design with Structured Verification","arxiv_id":"2602.00510","date":"2026-01-31","proceeding":null,"authors":["Huanghaohe Zou","Peng Han","Emad Nazerian","Mafu Zhang","Zhicheng Guo","Alex Q. Huang"],"abstract":"Most LLM code-synthesis benchmarks rely on unit tests as the reward oracle, but PCB schematic design has none: correctness is defined by structured physical constraints over real IC packages and pin-level assignments, per-task golden references are unavailable, and SPICE simulation does not validate schematic-level correctness. We introduce PCBSchemaGen, a training-free inference-time framework that turns a frozen LLM into a verifiable, repairable PCB schematic generator. The framework induces a domain schema from IC datasheets to ground LLM decoding, pairs it with a deterministic 5-layer continuous-reward verifier with pin-level error localization, and refines candidates through a Thompson Sampling arm-acquiring bandit. We evaluate on 2 PCB benchmarks covering 227 real-IC tasks across 22 unified circuit domains, including a public-schematic-derived suite that serves as a fully held-out generalization test (verifier, KG library, and prompts frozen before any evaluation). Under our framework, an open-weight 31B model (Gemma-4-31B) passes 81.3% of PCBBench tasks on average, and the same framework transfers across both benchmarks with zero verifier code changes; a Circuitron-style inference-time prompting baseline on the same Gemma-4-31B backbone collapses on hard system-level designs. This suggests inference-time refinement under a deterministic structural verifier is a general recipe for reference-free LLM code synthesis in domains without unit-test oracles. Our benchmarks and deterministic verifier are publicly available at https://github.com/HZou9/PCBSchemaGen_v2.","url_abs":"https://arxiv.org/abs/2602.00510","url_pdf":"https://arxiv.org/pdf/2602.00510","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.00510"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/HZou9/PCBSchemaGen_v2","reach":null}],"summary":{"ran_violates":7,"ran_draft_wrong":19,"ran_honours":3,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":37,"ran":29,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":37,"samples":[{"code_sha256_prefix":"fc85b2e0fd990bb8","entry":"_bridge_covers_terms","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fc85b2e0fd990bb8"}},{"code_sha256_prefix":"b99197236ee5a2a6","entry":"_bridge_transformer_side","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"b99197236ee5a2a6"}},{"code_sha256_prefix":"eb397ee675a5fe68","entry":"_build_passive_net_graph","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"eb397ee675a5fe68"}},{"code_sha256_prefix":"1aab859a6a45df36","entry":"_build_power_graph","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"1aab859a6a45df36"}},{"code_sha256_prefix":"fd2b6f25f0fe3847","entry":"_check_component_counts","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fd2b6f25f0fe3847"}},{"code_sha256_prefix":"c376a6edb0659ad9","entry":"_check_vbus_decoupling","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c376a6edb0659ad9"}},{"code_sha256_prefix":"acfd970e0b269824","entry":"_count_components","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"acfd970e0b269824"}},{"code_sha256_prefix":"10e6b2dc8d5e0d73","entry":"_count_output_caps","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"10e6b2dc8d5e0d73"}},{"code_sha256_prefix":"6a2803d46a49b35b","entry":"_enumerate_half_bridges","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"6a2803d46a49b35b"}},{"code_sha256_prefix":"17789d13143a15bc","entry":"_exists_required_tank_path","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"17789d13143a15bc"}},{"code_sha256_prefix":"be8845d1618f6828","entry":"_extract_inductor_connections","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"be8845d1618f6828"}},{"code_sha256_prefix":"b8af8a49159b3241","entry":"_extract_mosfet_connections","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"b8af8a49159b3241"}},{"code_sha256_prefix":"78cd542ec39bcb59","entry":"_extract_transformer_connections","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"78cd542ec39bcb59"}},{"code_sha256_prefix":"9824ffa3612c4a37","entry":"_extract_two_terminal_nets","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9824ffa3612c4a37"}},{"code_sha256_prefix":"91b6229ab93d4621","entry":"_find_component_by_ref","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"91b6229ab93d4621"}},{"code_sha256_prefix":"50e81fc233bb8120","entry":"_infer_bridge_candidates","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"50e81fc233bb8120"}},{"code_sha256_prefix":"c0a14cc7c04b9d3e","entry":"_infer_full_bridge_from_vsw","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c0a14cc7c04b9d3e"}},{"code_sha256_prefix":"df9e51098db99250","entry":"_infer_half_bridge_on_vsw","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"df9e51098db99250"}},{"code_sha256_prefix":"6dc25be375cf8c67","entry":"_infer_multi_half_bridges","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"6dc25be375cf8c67"}},{"code_sha256_prefix":"73a0e07e5ff0b4df","entry":"_is_ground_net","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"73a0e07e5ff0b4df"}},{"code_sha256_prefix":"51eda7dc49c6af07","entry":"_is_input_supply_net","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"51eda7dc49c6af07"}},{"code_sha256_prefix":"03263f293184f7ce","entry":"_is_output_net","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"03263f293184f7ce"}},{"code_sha256_prefix":"0db4c1f35ef69cb1","entry":"_nets_connected","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0db4c1f35ef69cb1"}},{"code_sha256_prefix":"31fc5b71cbc5f073","entry":"_path_exists","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"31fc5b71cbc5f073"}},{"code_sha256_prefix":"bb0e945a58e07436","entry":"_resolve_named_net","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"bb0e945a58e07436"}},{"code_sha256_prefix":"21ce82503abdd4e9","entry":"_select_input_bridge","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"21ce82503abdd4e9"}},{"code_sha256_prefix":"0b2be67881fc0a8a","entry":"_verify_4sw_buckboost","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0b2be67881fc0a8a"}},{"code_sha256_prefix":"3aa001abaceaa533","entry":"_verify_sync_boost","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"3aa001abaceaa533"}},{"code_sha256_prefix":"c7b0e1fce8554fcf","entry":"_verify_sync_buck","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c7b0e1fce8554fcf"}},{"code_sha256_prefix":"9fabbc46e08f7bd9","entry":"_infer_other_bridge_connected_to_terms","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9fabbc46e08f7bd9"}},{"code_sha256_prefix":"79b9674cc4b5f30c","entry":"_verify_1ph_fullbridge","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"79b9674cc4b5f30c"}},{"code_sha256_prefix":"a5525307225acde8","entry":"_verify_3ph_inverter","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"a5525307225acde8"}},{"code_sha256_prefix":"37a89470e96fee59","entry":"_verify_dab","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"37a89470e96fee59"}},{"code_sha256_prefix":"ce734da4d5b3815d","entry":"_verify_llc","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ce734da4d5b3815d"}},{"code_sha256_prefix":"25faedb05871df91","entry":"_verify_power_topology","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"25faedb05871df91"}},{"code_sha256_prefix":"d00003382925e026","entry":"_verify_required_components","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"d00003382925e026"}},{"code_sha256_prefix":"42d7cd915b58c56f","entry":"check_system_topology","repo":"HZou9/PCBSchemaGen_v2","repo_kind":"found_in_text","path":"framework/topo/system_topology_checker.py","file_url":"https://github.com/HZou9/PCBSchemaGen_v2/blob/HEAD/framework/topo/system_topology_checker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"42d7cd915b58c56f"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}