[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-85162-en":3,"doc-seo-85162-105":29,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":13,"seo_description":14,"update_tm":27,"read_time":28},85162,1374391974468,"Eden","https://ap-avatar.wpscdn.com/davatar_29158cc5080c5b710cf443261637dec0",8,"Research & Report","GPU-Accelerated Host-Aware Dead-Measurement Detection in Hybrid Quantum–Classical Programs: Full Version","Hybrid quantum–classical programs couple a quantum circuit with a classical host that consumes measurement outcomes to compute final results. When a measured outcome is syntactically read by the host but semantically noncontributory, gate optimizers that rely on circuit-local structure fail to see the resulting deadness. The work proposes a semantics-aware static analysis using abstract interpretation, proves soundness, and evaluates 24 application-faithful hybrid workloads. Compared with a syntactic liveness baseline, it finds over 4× more non-contributory measurements and removes 37.98% of gates on average, further accelerating analysis via GPU-parallel SSA-style lowering with up to 6.53× speedups.","arXiv :2607 .09976v1 [ quant-ph] 10 Jul 2026  \nGPU-Accelerated Host-Aware Dead-Measurement Detection in Hybrid Quantum–Classical Programs: Full Version  \nYanbin Chen 1[0000−0002−1123−1432], Qunyou Liu2[0000−0002−7410−502X], Yu Wang 1[0009−0004−3972−4388], Christian B. Mendl 1[0000−0002−6386−0230], and  \nHelmut Seidl 1[0000−0002−2135−1593]  \n1 TUM School of CIT, Technical University of Munich,  \nBoltzmannstr. 3, 85748 Garching, Germany {yanbin.chen, [18yu.wang](18yu.wang), christian.mendl,[helmut.seidl}@tum.de](helmut.seidl}@tum.de)  \n2 School of Engineering, École Polytechnique Fédérale de Lausanne (EPFL),  \nCH-1015 Lausanne, Switzerland  \n[qunyou.liu@epfl.ch](qunyou.liu@epfl.ch)  \nAbstract. Hybrid programs combine a quantum circuit with a classical host program that consumes measurement outcomes. In such programs, an outcome may be syntactically read by the host but semantically noncontributory: changing the outcome cannot change the returned value.  \nSuch outcomes obscure gates that are dead only relative to the host semantics, and are therefore invisible to circuit-local optimizers.  \nWe present a semantics-aware host-side static analysis that identifies non-contributory measurement outcomes by abstract interpretation, and prove its soundness. We implement the analysis and evaluate it on 24 application-faithful hybrid workloads across quantum chemistry, optimization, quantum machine learning, and quantum finance. Compared with a syntactic liveness baseline, our analysis identifies more than 4× as many non-contributory measurements, and it standalone enables the removal of 37.98% of total gates on average. Even after the state-of-theart optimizers like Qiskit, t|ket⟩, and PyZX have already optimized the circuits, our analysis still enables removal of more than 30% of the postoptimized gates, showing that the host-semantic opportunities exposed by our analysis are not subsumed by circuit-local optimization. To scale our analysis, we further lower host programs to an SSA-style levelized intermediate representation that exposes level-wise parallelism for GPU execution, and implement a CUDA backend. We prove that this lowering preserves the analysis result, and the evaluation shows speedups of up to 6.53 × over a sequential baseline as structural parallelism increases.  \n1 Introduction  \nHybrid quantum–classical programs execute a quantum circuit whose measurement outcomes are consumed by a classical host program to compute the final result [6, 7, 20, 29, 31, 42, 46] . Although every measured qubit is typically read  \n2 Y. Chen et al.  \nand its value flows through the host code, not all of those values truly influence the final return of the program. Contributions of these values could be semantically neutralized. As exemplified by Example 1, a value may cancel algebraically with others, vanish under an int (·) truncation, or appear inside a sub-expression whose effect is later overwritten.  \nExample 1 . In Fig. 1 the quantum circuit produces outcomes o0 , o 1 , o2 which the host binds to a,b,c. Although a is read multiple times and even guards a branch, the returned value is independent of the initial value feeding a. If the then-branch is taken, then u+v+w = (a+b)(c-a) + a(b-c) + a 2 = bc, where alla–terms cancel. If the else-branch is taken, with η∈(0 .1 , 0.5) and a,b,c ∈{0, 1}, we have int (η a+bc) = bc, and u+v+w = bc. Thus, despite being syntactically used, the initial value originating from o0 is non-contributory, i.e., changing o0 does not influence the semantics of the program.  \nRemark 1 . In Example 1, if the else-branch is taken, then semantically a = 0 and we get int (η a+bc) = int (bc) = bc without even accessing the range of η . However, this would need a mechanism of propagating the branch-local constraint into branches, which we have not implemented within our analysis.  \nThe standard liveness analysis [3, 23] is not enough to detect the semantic deadness of a in Fig. 1, as the liveness analysis is syntactic-ba","cbCaip8JmjcZ7Z9v","https://ap.wps.com/l/cbCaip8JmjcZ7Z9v","pdf",922320,1,44,"English","en",105,"# Abstract\n# Introduction\n## Semantic non-contributory measurements in hybrid programs\n## Motivation from circuit fidelity and readout traffic\n## Prior work and limitations","[{\"question\":\"What problem does the paper address in hybrid quantum–classical programs?\",\"answer\":\"It addresses situations where a measurement outcome is syntactically used by the host but semantically does not affect the returned value, making corresponding gates effectively dead.\"},{\"question\":\"Why do circuit-local optimizers miss these dead measurements?\",\"answer\":\"Because the deadness is defined relative to host semantics, and syntactic liveness or circuit-local structure cannot capture cases where changing an outcome cannot change the final program semantics.\"},{\"question\":\"How does the proposed method detect non-contributory measurement outcomes?\",\"answer\":\"It uses a semantics-aware host-side static analysis based on abstract interpretation, identifies non-contributory outcomes, and includes a correctness proof of soundness.\"}]",1784201468,111,{"code":4,"msg":30,"data":31},"ok",{"site_id":24,"language":23,"slug":32,"title":13,"keywords":33,"description":14,"schema_data":34,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":27},"gpu-accelerated-host-aware-dead-measurement-detection-in-hybrid-quantumclassical-programs-full-version","",{"@graph":35,"@context":85},[36,53,68],{"@type":37,"itemListElement":38},"BreadcrumbList",[39,43,47,50],{"item":40,"name":41,"@type":42,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":44,"name":45,"@type":42,"position":46},"https://docshare.wps.com/document/","Document",2,{"item":48,"name":12,"@type":42,"position":49},"https://docshare.wps.com/document/research-report/",3,{"item":51,"name":13,"@type":42,"position":52},"https://docshare.wps.com/document/gpu-accelerated-host-aware-dead-measurement-detection-in-hybrid-quantumclassical-programs-full-version/85162/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":23,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":40,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-17","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What problem does the paper address in hybrid quantum–classical programs?","Question",{"text":75,"@type":76},"It addresses situations where a measurement outcome is syntactically used by the host but semantically does not affect the returned value, making corresponding gates effectively dead.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"Why do circuit-local optimizers miss these dead measurements?",{"text":80,"@type":76},"Because the deadness is defined relative to host semantics, and syntactic liveness or circuit-local structure cannot capture cases where changing an outcome cannot change the final program semantics.",{"name":82,"@type":73,"acceptedAnswer":83},"How does the proposed method detect non-contributory measurement outcomes?",{"text":84,"@type":76},"It uses a semantics-aware host-side static analysis based on abstract interpretation, identifies non-contributory outcomes, and includes a correctness proof of soundness.","https://schema.org",{"og:url":51,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":51},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":45,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":46,"doc_module":4,"doc_module_name":45,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":45,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":45,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":45,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":45,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":45,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":45,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":45,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":45,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":45,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]