Run quantum simulations by staging Python/Qiskit files in an offline Qiskit Aer container. Execute circuits with custom shots and timeouts, then download generated artifacts locally.
MCP server exposing Qiskit quantum computing functionality through the Model Context Protocol. Enables LLMs to create, manipulate, and execute quantum circuits via standardized MCP tools and resources.
Execute a stored quantum circuit using Qiskit AerSimulator with configurable depolarizing noise. Returns measurement counts, probabilities, and simulation metadata. Select noise preset: ideal, low, or high noise.
Generate a variational quantum circuit (ansatz) for quantum machine learning, specifying number of qubits, layers, entanglement strategy, and optional name.
Build a quantum circuit with specified qubits and classical bits. Optionally name the circuit; if not, a unique name is auto-generated. Returns circuit details and name.