Quantum Simulator

Provides a Docker-based quantum circuit simulator with MCP support, including noise models and QASM/Qiskit execution.
  • other

10

GitHub Stars

other

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "yuchenssr-quantum-simulator-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/tmp:/data/quantum_simulator_results",
        "-e",
        "HOST_OUTPUT_DIR=/tmp",
        "ychen94/quantum-simulator-mcp:latest"
      ],
      "env": {
        "HOST_OUTPUT_DIR": "/tmp",
        "QUANTUM_OUTPUT_DIR": "default-internal-path"
      }
    }
  }
}

Available tools

run_circuit

Run a quantum circuit with specified noise model

list_noise_models

List all available noise models and their descriptions

list_result_types

List all available result types and their descriptions

get_circuit_stats

Analyze a quantum circuit and return statistics

create_test_histogram

Create a test histogram file to verify output directory configuration

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational