quantum-ball-mcp

KDU0309/quantum-ball-mcp
★ 0 stars Python AI/LLM Updated 1d ago
Large-scale qubit Quantum Ball MCP Server - symbolic O(n) simulation supporting all gates + VQE. Codespaces ready.
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-mcp": {
      "command": "uvx",
      "args": [
        "quantum-ball-mcp"
      ]
    }
  }
}

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

README Excerpt

**역할 분리** | 역할 | 담당 | |------|------| | 문제 이해, **회로 설계** (게이트·구조·파라미터) | **LLM** | | 대규모 시뮬레이션 / expectation / VQE energy | **이 MCP 서버** | 서버는 회로를 설계하지 않습니다. 사용자는 문제만 말하고, LLM이 회로를 만든 뒤 서버에 넘겨 **연산만** 수행합니다. ```text User problem → LLM designs full circuit (gates + params) → MCP: simulate_circuit / evaluate_expectation / vqe_energy_step