quantum-ball-horizon

KDU0309/quantum-ball-horizon
★ 0 stars Python AI/LLM Updated 1d ago
Quantum Ball MCP Server - Horizon Deploy ready (FastMCP). Deploy to horizon.prefect.io then list on mcprush.com
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quantum-ball-horizon": {
      "command": "uvx",
      "args": [
        "quantum-ball-horizon"
      ]
    }
  }
}

Or install with pip: pip install quantum-ball-horizon

README Excerpt

**역할 분리** | 역할 | 담당 | |------|------| | 문제 이해, **회로 설계** (게이트·구조·파라미터) | **LLM** | | 대규모 시뮬레이션 / expectation / VQE energy 계산 | **이 MCP 서버** | 서버는 회로를 만들지 않습니다. LLM이 설계한 `operations`를 넘기면 연산만 수행합니다. ```text User: 문제 설명 → LLM: 회로 설계 (게이트 리스트 + 파라미터) → MCP: simulate / expectation / VQE energy (대규모 연산) → LLM: 결과 해석

Tools (4)

evaluate_expectationshotssimulate_circuitvqe_energy_step