Nothing here yet
This paper investigates whether domain knowledge for quantum code generation should be embedded in model parameters through fine-tuning or provided at inference time via retrieval and agents. Comparing a parameter-specialized Granite-20B baseline against modern general-purpose LLMs (OpenAI, Claude, Gemini) on the Qiskit-HumanEval benchmark, the authors find that inference-time augmentation—particularly agentic execution feedback—outperforms fine-tuning by over 35 percentage points, offering a more maintainable path as quantum SDKs evolve.
Quantum machine learning model selection currently lacks principled guidelines, forcing practitioners to train numerous expensive configurations. This paper introduces QBET (Quantum Bias-Expressivity Toolbox), an unsupervised pre-screening framework that evaluates hybrid quantum-classical transformers using LZ-complexity-based Simplicity Bias (AUC) and Expressivity metrics without gradient descent. The core idea is that architectures with higher AUC (stronger bias toward simple Boolean functions) correlate with better downstream task performance, offering a filter to identify promising quantum attention variants before committing to full training on NISQ devices.
Variational Quantum Classifiers (VQAs) are typically trained in ideal classical simulations, raising concerns about reproducibility on noisy quantum hardware. This paper proposes that the average relative entropy between class distributions combined with transpilation depth predicts noise robustness—introducing the log-DTSAE metric to forecast accuracy degradation without requiring noisy hardware execution. The authors validate this across thousands of models spanning diverse ansatzes, encodings, and simulated backends from IBM, IQM, and IonQ.