quantum-resource-estimator
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QRE_MCP_LOG | No | Custom log path for the server logs. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| estimate_resourcesA | Estimate the physical quantum resources needed to run a quantum algorithm. Provide the algorithm as EXACTLY ONE of:
Hardware parameters:
Optional QEC scheme overrides (override individual parameters of the named qec_scheme):
Optional constraints (use at most one of max_duration or max_physical_qubits):
Returns: summary (physical_qubits, runtime, logical_qubits, code_distance, t_factory_copies) plus full details breakdown. |
| compare_configurationsA | Compare resource estimates across multiple hardware configurations. Provide the algorithm as exactly one of algorithm_template, logical_counts, or qsharp_code. Hardware selection (choose one approach):
Returns a side-by-side comparison table showing physical qubits, runtime, code distance, and T-factory copies for each configuration. |
| generate_frontierA | Generate the Pareto frontier: qubit-count vs. runtime tradeoff for an algorithm. Provide the algorithm as exactly one of algorithm_template, logical_counts, or qsharp_code. Returns a list of Pareto-optimal points. Each point represents a configuration where you cannot reduce qubit count without increasing runtime, or vice versa.
Optional qubit/QEC overrides (same as estimate_resources):
Useful for understanding hardware requirements at different time budgets. |
| list_qubit_modelsA | List all 6 predefined physical qubit models with gate times, error rates, and descriptions. Returns information about:
Use this to understand which qubit_model to select for estimate_resources(). |
| list_qec_schemesA | List available Quantum Error Correction (QEC) schemes with compatibility notes. Returns details on:
Use this to understand which qec_scheme to select for estimate_resources(). |
| list_algorithm_templatesA | List predefined quantum algorithm templates with logical resource counts. Templates are sourced from published research papers and cover:
Each template can be passed directly to estimate_resources(algorithm_template=). Returns logical resource counts (numQubits, cczCount, etc.) and source citations. |
| explain_parametersA | Explain resource estimation parameters and recommend configurations for a use case. If use_case is provided, gives targeted guidance. Valid values:
Returns parameter descriptions, recommended starting configurations, and relevant templates. |
| custom_qubit_model_estimateA | Estimate resources using fully custom physical qubit parameters. Use this when modeling novel hardware not covered by the 6 predefined qubit models. All gate times accept strings like '50 ns', '1 μs', '100 ms'. instruction_set: 'GateBased' (default) or 'Majorana'. Provide algorithm as exactly one of algorithm_template, logical_counts, or qsharp_code. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| guided_estimation | Step-by-step guided resource estimation prompt. Walks the user through: algorithm selection, hardware choice, QEC scheme, error budget, and optional constraints. |
| architecture_comparison | Structured analysis template for comparing quantum hardware architectures. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| qubit_models_resource | Complete reference of all predefined physical qubit models. |
| algorithm_catalog_resource | Catalog of predefined quantum algorithm templates with logical resource counts. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeDuckProject/quantum-resource-estimator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server