Physics-informed LLM framework (VF-QCTRL) for general quantum control synthesis combining symbolic reasoning with optimization. Proposes analytic control ansätze and refines parameters through feedback loops. Use when designing LLM-driven quantum control, physics-informed prompt engineering, analytic pulse synthesis, or training-free control protocol design across quantum systems. Activation: physics-informed LLM, quantum control synthesis, VF-QCTRL, analytic pulse design, symbolic reasoning ...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill physics-informed-llm-quantum-control --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Physics Informed Llm Quantum Control?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-physics-informed-llm-quantum-control)More formats (shields.io, HTML) on the badges page.
---
name: physics-informed-llm-quantum-control
description: "Physics-informed LLM framework (VF-QCTRL) for general quantum control synthesis combining symbolic reasoning with optimization. Proposes analytic control ansätze and refines parameters through feedback loops. Use when designing LLM-driven quantum control, physics-informed prompt engineering, analytic pulse synthesis, or training-free control protocol design across quantum systems. Activation: physics-informed LLM, quantum control synthesis, VF-QCTRL, analytic pulse design, symbolic reasoning quantum, training-free control, QCTRL benchmark, pulse sequence optimization"
metadata:
arxiv_id: "2605.26021"
published: "2026-05-25"
authors: "Yusheng Zhao, Han Wang, Xin Liu, Di Luo"
category: "quant-ph"
tags: [quantum-control, LLM, physics-informed, symbolic-reasoning, pulse-optimization, training-free, analytic-protocols]
---
## VF-QCTRL: Physics-Informed LLM for Quantum Control
Framework that combines LLM symbolic reasoning with numerical optimization to propose and refine analytic quantum control protocols without task-specific training.
### Architecture
```
User Prompt → LLM (Symbolic Reasoning) → Analytic Ansatz
↓
Numerical Optimizer (Feedback)
↓
Refined Parameters → Pulse Sequence
↓
Fidelity Check → Loop or Output
```
### QCTRL-BENCH Benchmark
16 tasks across:
- **System scale**: single-qubit, multi-qubit
- **Dynamics**: closed, open (decoherence)
- **Noise**: noiseless, noisy
- **Protocol type**: analytic, numerical
### Key Results (arXiv:2605.26021)
- **Universality**: Applies to generic quantum control without task-specific training
- **Accuracy**: Competitive with or exceeds conventional solvers in noiseless and noisy regimes
- **Efficiency**: Query-efficient, favorable inference-time scaling
- **Interpretability**: Derives physically interpretable analytical protocols from prompts
- **Pulse resolution scaling**: Improves with finer time discretization
### Design Patterns
#### Symbolic + Numerical Hybrid Loop
1. LLM proposes analytic control form (e.g., "Gaussian pulse with amplitude A, width σ")
2. Numerical optimizer refines parameters (A, σ) against fidelity objective
3. Feedback: optimizer reports fidelity, gradient info back to LLM
4. LLM may revise ansatz form if refinement stalls
5. Converge to high-fidelity protocol
#### Training-Free Generalization
- No fine-tuning or task-specific training required
- Leverages LLM's broad physics knowledge
- Prompt-driven protocol specification
- Same framework works across 16 diverse benchmark tasks
#### Physics Constraints as Prompts
- Encode Hamiltonian structure, symmetries, conservation laws in system prompt
- Specify boundary conditions, pulse duration limits, hardware constraints
- LLM respects physical constraints when proposing ansätze
### Reusable Workflow
```
1. Define quantum control problem (Hamiltonian, target, constraints)
2. Construct physics-informed prompt (system description, goals, constraints)
3. LLM generates analytic ansatz
4. Numerical optimization refines parameters
5. Evaluate fidelity → if insufficient, feed results back to LLM
6. LLM revises or accepts ansatz
7. Output final pulse sequence
```
### Application Domains
- Single-qubit gate synthesis (X, Y, Z, Hadamard, etc.)
- Multi-qubit entangling gates (CNOT, CZ, iSWAP)
- Open system control (decoherence mitigation)
- Robust control (noise resilience)
- State preparation and transfer
### Pitfalls
- **Long-horizon precision**: Naive LLMs without physical consistency fail on long pulse sequences
- **Optimization landscape**: Complex landscapes may trap local optimizers; LLM can propose better initial guesses
- **Hardware noise**: Protocol must be robust to actual device noise, not just simulated noise
### References
- Paper: https://arxiv.org/abs/2605.26021
- VF-QCTRL framework (physics-informed LLM + optimization)
- QCTRL-BENCH: 16-task benchmark suite
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!