Search papers, labs, and topics across Lattice.
The paper introduces C2|Q>, a modular framework that translates classical problem specifications (Python, JSON) into executable quantum programs. This framework aims to bridge the gap between classical software development and quantum computing by providing a hardware-agnostic approach across ten problem families. The authors provide source code, a pretrained parser model, evaluation data, and a PyPI package to facilitate the use and reproducibility of their framework.
Rapidly prototype and execute quantum algorithms from classical specifications with C2|Q>'s modular, hardware-agnostic framework.
This is the Replicated Computational Results (RCR) Report for the paper C2|Q>: A Robust Framework for Bridging Classical and Quantum Software Development. The paper introduces a modular, hardware-agnostic framework that translates classical problem specifications - Python code or structured JSON - into executable quantum programs across ten problem families and multiple hardware backends. We release the framework source code on GitHub at https://github.com/C2-Q/C2Q, a pretrained parser model on Zenodo at https://zenodo.org/records/19061125, evaluation data in a separate Zenodo record at https://zenodo.org/records/17071667, and a PyPI package at https://pypi.org/project/c2q-framework/ for lightweight CLI and API use. Experiment 1 is supported through a released pretrained model and training notebook, while Experiments 2 and 3 are directly executable via documented make targets. This report describes the artifact structure, setup instructions, and the mapping from each execution route to the corresponding experiment.