Generated QCOS Integration Reference

Generated from QCOS OpenAPI, softqcos-sdk, softqcos CLI, softqcos-mcp, and SynapseX gateway/router OpenAPI specs. This page verifies how QCOS capabilities are documented inside SynapseX docs for LLM API routing, SDK usage, CLI access, and MCP federation.

Coverage summary

SurfaceSourceCount
QCOS REST API pathsqcos_server/openapi.json467
QCOS OpenAPI schemasqcos_server/openapi.json430
QCOS runtime endpoints/api/v1/runtime/*23
QCOS Python SDK surfacessoftqcos-sdk/softqcos_sdk/client.py36
QCOS CLI groupssoftqcos-cli/softqcos/main.py38
QCOS MCP toolssoftqcos-mcp/server.py71
SynapseX LLM/MCP gateway endpointsSynapseX OpenAPI specs38

Canonical SynapseX LLM and MCP path

SynapseX LLM requests use the OpenAI-compatible /v1/chat/completions API. Quantum tool use is routed through the MCP router instead of duplicating QCOS execution endpoints inside the LLM router.
ServiceMethodPathSummaryOperation ID
api-gatewayPOST/v1/chat/completionsProxy Chat Completionsproxy_chat_completions_v1_chat_completions_post
api-gatewayPOST/v1/mcp/askProxy Mcp Askproxy_mcp_ask_v1_mcp_ask_post
api-gatewayPOST/v1/mcp/executeProxy Mcp Executeproxy_mcp_execute_v1_mcp_execute_post
api-gatewayPOST/v1/mcp/planProxy Mcp Planproxy_mcp_plan_v1_mcp_plan_post
api-gatewayGET/v1/mcp/plansProxy Mcp Plansproxy_mcp_plans_v1_mcp_plans_get
api-gatewayPOST/v1/mcp/routeProxy Mcp Routeproxy_mcp_route_v1_mcp_route_post
api-gatewayGET/v1/mcp/router/toolsProxy Mcp Router Toolsproxy_mcp_router_tools_v1_mcp_router_tools_get
api-gatewayGET/v1/mcp/serversProxy Mcp Serversproxy_mcp_servers_v1_mcp_servers_get
api-gatewayPOST/v1/mcp/serversProxy Mcp Serversproxy_mcp_servers_v1_mcp_servers_get
api-gatewayGET/v1/mcp/toolsList Mcp Toolslist_mcp_tools_v1_mcp_tools_get
api-gatewayPOST/v1/mcp/tools/executeExecute Mcp Toolexecute_mcp_tool_v1_mcp_tools_execute_post
api-gatewayGET/v1/mcp/tools/{name}Get Mcp Toolget_mcp_tool_v1_mcp_tools__name__get
api-gatewayGET/v1/model-registry/modelsProxy Model Registry Rootproxy_model_registry_root_v1_model_registry_models_get
api-gatewayPOST/v1/model-registry/modelsProxy Model Registry Rootproxy_model_registry_root_v1_model_registry_models_get
api-gatewayDELETE/v1/model-registry/models/{model_path}Proxy Model Registryproxy_model_registry_v1_model_registry_models__model_path__patch
api-gatewayGET/v1/model-registry/models/{model_path}Proxy Model Registryproxy_model_registry_v1_model_registry_models__model_path__patch
api-gatewayPATCH/v1/model-registry/models/{model_path}Proxy Model Registryproxy_model_registry_v1_model_registry_models__model_path__patch
api-gatewayPOST/v1/model-registry/models/{model_path}Proxy Model Registryproxy_model_registry_v1_model_registry_models__model_path__patch
api-gatewayGET/v1/modelsProxy Modelsproxy_models_v1_models_get
llm-router-servicePOST/v1/chat/completionsOpenai Chat Completionsopenai_chat_completions_v1_chat_completions_post
llm-router-serviceGET/v1/modelsList Modelslist_models_v1_models_get
mcp-router-servicePOST/mcp/askAskask_mcp_ask_post
mcp-router-servicePOST/mcp/executeExecuteexecute_mcp_execute_post
mcp-router-servicePOST/mcp/planPlanplan_mcp_plan_post
mcp-router-serviceGET/mcp/plansList Planslist_plans_mcp_plans_get
mcp-router-servicePOST/mcp/routeRouteroute_mcp_route_post
mcp-router-serviceGET/mcp/router/toolsList Routable Toolslist_routable_tools_mcp_router_tools_get
mcp-router-serviceGET/mcp/serversList Serverslist_servers_mcp_servers_get
mcp-router-servicePOST/mcp/serversUpsert Serverupsert_server_mcp_servers_post
mcp-router-serviceGET/mcp/toolsList Routable Toolslist_routable_tools_mcp_tools_get
mcp-router-servicePOST/v1/mcp/askAskask_v1_mcp_ask_post
mcp-router-servicePOST/v1/mcp/executeExecuteexecute_v1_mcp_execute_post
mcp-router-servicePOST/v1/mcp/planPlanplan_v1_mcp_plan_post
mcp-router-serviceGET/v1/mcp/plansList Planslist_plans_v1_mcp_plans_get
mcp-router-servicePOST/v1/mcp/routeRouteroute_v1_mcp_route_post
mcp-router-serviceGET/v1/mcp/router/toolsList Routable Toolslist_routable_tools_v1_mcp_router_tools_get
mcp-router-serviceGET/v1/mcp/serversList Serverslist_servers_v1_mcp_servers_get
mcp-router-servicePOST/v1/mcp/serversUpsert Serverupsert_server_v1_mcp_servers_post

QCOS runtime API contract

The canonical QCOS execution contract for SynapseX agents is /api/v1/runtime/*.
MethodPathTagsSummaryOperation ID
GET/api/v1/runtime/backendsQCOS RuntimeList Backendslist_backends_api_v1_runtime_backends_get
GET/api/v1/runtime/capabilitiesQCOS RuntimeCapabilitiescapabilities_api_v1_runtime_capabilities_get
POST/api/v1/runtime/estimateQCOS RuntimeEstimateestimate_api_v1_runtime_estimate_post
GET/api/v1/runtime/jobsQCOS RuntimeList Jobslist_jobs_api_v1_runtime_jobs_get
POST/api/v1/runtime/jobsQCOS RuntimeSubmit Jobsubmit_job_api_v1_runtime_jobs_post
POST/api/v1/runtime/jobs/asyncQCOS RuntimeSubmit Job Asyncsubmit_job_async_api_v1_runtime_jobs_async_post
DELETE/api/v1/runtime/jobs/{job_id}QCOS RuntimeCancel Jobcancel_job_api_v1_runtime_jobs__job_id__delete
GET/api/v1/runtime/jobs/{job_id}QCOS RuntimeGet Jobget_job_api_v1_runtime_jobs__job_id__get
POST/api/v1/runtime/jobs/{job_id}/approveQCOS RuntimeApprove Jobapprove_job_api_v1_runtime_jobs__job_id__approve_post
GET/api/v1/runtime/jobs/{job_id}/artifactsQCOS RuntimeJob Artifactsjob_artifacts_api_v1_runtime_jobs__job_id__artifacts_get
GET/api/v1/runtime/jobs/{job_id}/artifacts/{artifact_id}QCOS RuntimeGet Artifactget_artifact_api_v1_runtime_jobs__job_id__artifacts__artifact_id__get
GET/api/v1/runtime/jobs/{job_id}/artifacts/{filename}QCOS RuntimeDownload Artifactdownload_artifact_api_v1_runtime_jobs__job_id__artifacts__filename__get
GET/api/v1/runtime/jobs/{job_id}/artifacts/{filename}/rawQCOS RuntimeDownload Artifactdownload_artifact_api_v1_runtime_jobs__job_id__artifacts__filename__raw_get
GET/api/v1/runtime/jobs/{job_id}/eventsQCOS RuntimeJob Eventsjob_events_api_v1_runtime_jobs__job_id__events_get
GET/api/v1/runtime/provider-connectionsQCOS RuntimeList Provider Connectionslist_provider_connections_api_v1_runtime_provider_connections_get
POST/api/v1/runtime/provider-connectionsQCOS RuntimeCreate Provider Connectioncreate_provider_connection_api_v1_runtime_provider_connections_post
POST/api/v1/runtime/provider-connections/{connection_id}/testQCOS RuntimeTest Provider Connectiontest_provider_connection_api_v1_runtime_provider_connections__connection_id__test_post
GET/api/v1/runtime/resources/{resource_type}/{resource_id}QCOS RuntimeRead Resourceread_resource_api_v1_runtime_resources__resource_type___resource_id__get
GET/api/v1/runtime/search/artifactsQCOS RuntimeSearch Artifactssearch_artifacts_api_v1_runtime_search_artifacts_get
GET/api/v1/runtime/search/backendsQCOS RuntimeSearch Backendssearch_backends_api_v1_runtime_search_backends_get
GET/api/v1/runtime/search/calibrationsQCOS RuntimeSearch Calibrationssearch_calibrations_api_v1_runtime_search_calibrations_get
GET/api/v1/runtime/search/jobsQCOS RuntimeSearch Jobssearch_jobs_api_v1_runtime_search_jobs_get
GET/api/v1/runtime/search/qec-runsQCOS RuntimeSearch Qec Runssearch_qec_runs_api_v1_runtime_search_qec_runs_get

QCOS SDK surfaces

Use the QCOS product SDK for direct quantum workflows. SynapseX SDK and CLI route agentic requests through MCP Router when natural-language planning, approvals, or LLM context are required.
SDK propertyAPI class
client.algorithmsAlgorithmsAPI
client.jobsJobsAPI
client.circuitsCircuitsAPI
client.benchBenchAPI
client.calibrationCalibrationAPI
client.billingBillingAPI
client.networkNetworkAPI
client.qecQECAPI
client.isolationIsolationAPI
client.driDRIAPI
client.ledgerLedgerAPI
client.navcoreNavCoreAPI
client.acosACOSAPI
client.macroMacroAPI
client.adminAdminAPI
client.evidenceEvidenceAPI
client.autopilotAutopilotAPI
client.gpu_qpuGPUQPULinkAPI
client.qec_serviceQECServiceAPI
client.marketplaceMarketplaceAPI
client.energyEnergyAPI
client.qlinkQLinkAPI
client.backendsBackendsAPI
client.qapQAPAPI
client.use_casesUseCasesAPI
client.glassboxGlassBoxAPI
client.provider_hubProviderHubAPI
client.quboQUBOAPI
client.zneZNEAPI
client.batchBatchAPI
client.workflowWorkflowAPI
client.sessionSessionAPI
client.visualizeVisualizeAPI
client.sandboxSandboxAPI
client.coherenceCoherenceAPI
client.chemistryChemistryAPI

QCOS CLI groups

Command groupDescription
softqcos backendsManage user backend credentials (BYOB)
softqcos algorithmsQCOS Algorithms™ — Quantum algorithm execution (Shor, Grover, QFT, QPE, QAOA…)
softqcos jobsQCOS Jobs™ — Submit, monitor & retrieve quantum jobs
softqcos circuitsQCOS Circuits™ — Circuit management, optimization & simulation
softqcos benchQCOS Bench™ — Reproducible benchmarking & evidence
softqcos calibrationQCOS GlassBox™ — Calibration, devices & evidence
softqcos billingQCOS ROI Engine™ — Billing, pricing & ROI analysis
softqcos networkQCOS QuantumNet™ — Multi-QPU networking & teleportation
softqcos qecQCOS QEC™ — Quantum error correction & surface codes
softqcos isolationQCOS ZoneGuard™ — Crosstalk isolation & zone management
softqcos driQCOS DRI™ — Device Reliability Index & proof-of-quantum
softqcos ledgerQCOS QuantumLedger™ — Usage accounting & chargeback
softqcos navcoreQCOS NavCore™ — Quantum-enhanced GNSS/PNT & RAIM
softqcos acosACOS-ISA™ — Quantum infrastructure certification
softqcos macroQuantum Macro™ — Macro-economic quantum analysis
softqcos adminSoftQuantus QCOS™ Admin — Platform administration
softqcos evidenceQCOS Evidence™ Portal — Verifiable evidence & artifacts
softqcos apiQCOS API™ — Stable JSON-first commands for agents and automation
softqcos autopilotAutopilot Hybrid Orchestrator — AI QPU×GPU×CPU partitioning
softqcos gpu-qpuQCOS GPU-QPU Link — proprietary accelerated simulation
softqcos qec-serviceQEC-as-a-Service — FT middleware with Evidence Bundle 2.0
softqcos marketplaceQuantum Marketplace + Sovereign Multi-Cloud routing
softqcos energyEnergy-Aware Scheduler — LUMI off-peak + carbon tracking
softqcos qlinkQCOS QLink — GPU↔QPU zero-copy channel emulator
softqcos qapQAP™ — Quantum Audit Platform: consultant registration, audits & royalties
softqcos use-casesUse Cases™ — Quantum use case discovery & feasibility analysis
softqcos glassboxGlassBox™ — Device calibration, compilation transparency & evidence
softqcos provider-hubProviderHub™ — Pluggable backend registry (register/remove adapters)
softqcos quboQUBO™ Solver — Portfolio, MaxCut & energy dispatch optimization
softqcos zneZNE™ — Zero-Noise Extrapolation error mitigation
softqcos batchBatch Operations™ — Parallel quantum circuit execution
softqcos workflowWorkflow Orchestration™ — YAML multi-step workflows
softqcos sessionSession Management™ — Context tracking & audit
softqcos visualizeVisualization™ — Histogram, Bloch sphere, statevector
softqcos streamStream™ — Live SSE job execution stage stream
softqcos compareCompare™ — Side-by-side QCOS vs vanilla result comparison
softqcos coherenceCoherence Monitor — Backend T1/T2 drift detection & pre-flight checks
softqcos chemistryMolecular Ruler — VQE, correlation functions & chemical property predictions

QCOS MCP tools

ACOS certification

ToolDescription
qcos_acos_certifySubmit a quantum circuit for ACOS-ISA™ certification. Runs a standardized test suite and returns a certification with score, tier, and evidence.
qcos_acos_certified_backendsList all ACOS-ISA v1.0 certified quantum backends in the SoftQuantus registry.
qcos_acos_verify_backend_certVerify an ACOS-ISA backend certificate by certificate_id. Returns tamper-evident verification token (SHA-256). Use this to independently confirm that a backend is SoftQuantus-certified.

Algorithms

ToolDescription
qcos_list_algorithmsList all available quantum algorithms in the QCOS registry (Shor, Grover, QFT, QPE, QAOA, Bernstein-Vazirani, Deutsch-Jozsa, etc.).
qcos_run_shorRun Shor’s factoring algorithm to factor an integer N. Returns the prime factors using quantum period-finding.
qcos_run_groverRun Grover’s quantum search algorithm. Finds a target value in an unstructured search space of size 2^n.
qcos_run_qaoaRun QAOA (Quantum Approximate Optimization Algorithm) for MaxCut. Returns approximate solution for graph partitioning problems.
qcos_run_algorithmRun any available quantum algorithm by name with custom parameters. Use qcos_list_algorithms to discover available algorithms and their schemas.
qcos_run_hybrid_workflowExecute a QCOS HybridWorkflow: a sequence of classical (HPC/CPU) and quantum (QPU) steps sharing a common data context. This is the QCOS solution to the #1 billion-dollar HPC+QPU integration problem — classical preprocessing + quantum circuit + classical postprocessing in a single governed, auditable job. Available presets: ‘vqe_molecular’ — Molecular simulation: build Hamiltonian → QAOA/VQE → extract energy. Required context: molecule_geometry={atoms:[…], basis:‘sto-3g’} ‘portfolio’ — Portfolio optimization: build QUBO → QAOA → extract selected assets. Required context: returns:[…], covariance:[[…]], n_select:int Returns per-step telemetry, total execution time, evidence_id for audit, and the final output of the last step.
qcos_run_vqeRun a VQE (Variational Quantum Eigensolver) molecular simulation to find the ground state energy of a molecule. Uses a parameterized quantum circuit ansatz with a classical optimizer loop (COBYLA/SPSA). Returns energy, convergence history, and simulation parameters.
qcos_run_and_compareExecute quantum code natively in the QCOS sandbox and return both QCOS-optimized and vanilla (unmitigated) results side-by-side with superiority analytics. Returns a Markdown report with Hellinger distance, fidelity gain %, entropy delta, and ASCII histograms. Frameworks: qiskit, cirq, pennylane, braket

DRI/evidence

ToolDescription
qcos_dri_runRun the QCOS DRI™ (Device Rating Index) assessment on a quantum backend. Measures gate fidelity, T1/T2 times, crosstalk, and produces a composite rating score.
qcos_dri_proof_runRun a proof-of-performance test for a quantum backend. Generates a verifiable certificate of quantum computational advantage.

GlassBox calibration

ToolDescription
qcos_glassbox_list_devicesList all GlassBox-enabled quantum devices with real-time state observability.
qcos_glassbox_compileCompile a quantum circuit with full GlassBox visibility: returns the compiled circuit, resource estimates, and gate-level evidence.
ToolDescription
qcos_qrng_bytesGenerate quantum-random bytes using QRNG (Quantum Random Number Generator). Returns hex-encoded random bytes with entropy attestation.
qcos_pqc_generate_keypairGenerate a Post-Quantum Cryptography (PQC) keypair.
qcos_spoofing_detectDetect GNSS/GPS spoofing attacks using quantum machine learning. Analyzes signal metadata and returns threat assessment with confidence score.
qcos_kalman_navigateRun quantum-enhanced Kalman filtering for inertial navigation. Fuses IMU + GPS data for position estimation during GNSS denial.

Other QCOS tools

ToolDescription
qcos_healthCheck the health and status of the QCOS API gateway. Returns version, uptime, backend availability, and service status.
qcos_navcore_statusGet NavCore™ system status: available quantum backends, QRNG entropy pool, PQC algorithm availability, and spoofing detection status.
qcos_isolation_allocate_zoneAllocate an isolated qubit zone on a quantum device to prevent crosstalk. Returns a zone_id for exclusive qubit access.
qcos_ledger_get_pricingGet the current QCOS pricing table: shot costs per backend, QPU rates, algorithm execution fees, and tier discounts.
qcos_ledger_estimate_costEstimate the cost of a quantum job before submission. Returns estimated credits/USD based on backend, shots, and circuit complexity.
qcos_batch_simulateSubmit a batch of circuits for parallel simulation. Returns a batch_id for tracking. More efficient than submitting circuits individually.
qcos_bench_runRun an operational benchmark on a quantum backend. Measures throughput, latency, gate fidelity, and quantum volume.
qcos_roi_calculateCalculate the ROI (Return on Investment) of quantum vs classical computing for a given workload. Returns speedup factor, cost savings, and break-even analysis.
qcos_roi_industry_analysisGet a quantum ROI analysis for a specific industry vertical (finance, pharma, logistics, energy, cybersecurity).
qcos_rerankRerank a list of documents/passages against a query using quantum-enhanced scoring. Returns documents sorted by relevance with quantum confidence scores.
qcos_macro_energy_optimizeRun quantum optimization for energy subsidy allocation. Finds optimal subsidy distribution across sectors to maximize economic efficiency.
qcos_macro_risk_analysisQuantum-enhanced portfolio or systemic risk analysis. Uses quantum Monte Carlo for faster convergence on high-dimensional risk models.
qcos_macro_market_sizingGet quantum computing market sizing analysis: TAM/SAM/SOM by industry, adoption curves, and revenue projections.
qcos_solve_portfolioQuantum-enhanced Markowitz portfolio optimization. Selects optimal n_select assets maximizing risk-adjusted return. Returns selected assets, portfolio metrics, and a DRR reliability score 0-100 with GREEN/YELLOW/RED semaphore. Unique: no competitor combines QUBO + DRR.
qcos_solve_maxcutSolve MaxCut graph partitioning via QUBO on the QCOS platform. Returns partition, cut value, and DRR reliability rating. Used in: network design, circuit layout, social network clustering.
qcos_solve_energy_dispatchQuantum unit commitment for energy dispatch optimization. Finds optimal on/off schedule for power plants meeting demand at minimum cost. Returns dispatch schedule, total cost, and DRR reliability score.
qcos_mitigate_zneApply Zero-Noise Extrapolation (ZNE) to mitigate quantum hardware noise. Runs circuit at multiple noise scale factors and extrapolates to zero-noise limit. Vendor-agnostic — works with IBM, IonQ, Quantinuum, and QCOS GPU backends. Returns raw and mitigated expectation values with cryptographic evidence hash.
qcos_discover_use_casesDiscover quantum use cases relevant to a business problem. Given a sector, challenge description, and business goal, returns a structured
qcos_feasibility_reportGenerate a quantum feasibility report for a specific use case.
qcos_autopilot_planGenerate an AI-driven hybrid execution plan that partitions a quantum workload across QPU, GPU, and CPU resources automatically. Returns a shard-by-shard placement plan with recommended device per shard, estimated latency, cost, and fidelity for each device. Supports workload types: vqe | qaoa | quantum_ml | shor | grover | generic. Strategies: auto | qpu_first | gpu_first | cost_opt | latency_opt.
qcos_autopilot_executeExecute a quantum circuit using the Autopilot Hybrid Orchestrator. The orchestrator automatically selects QPU, GPU, or CPU for each circuit shard, monitors noise drift in real-time, and reroutes to a better device if quality drops. Returns merged counts, total latency, device assignments, and cost breakdown.
qcos_gpu_simulate_largeSimulate a large quantum circuit (100q–50000q) using GPU acceleration. Automatically selects the best simulation mode:
qcos_gpu_qpu_transferPerform a zero-copy GPU↔QPU data transfer and return timing/bandwidth metrics.
qcos_marketplace_vendorsList all quantum hardware vendors in the QCOS marketplace with real-time pricing. Pricing model: useful_shot — price is normalized by gate fidelity so you only pay for shots that are actually useful. Returns: 11 vendors including IBM Eagle/Heron, IonQ Aria/Forte, Quantinuum H2, Rigetti Ankaa-2, QuEra Aquila, PASQAL Fresnel, Xanadu Borealis, LUMI GPU.
qcos_marketplace_submitSubmit a quantum circuit job to the QCOS marketplace. Auto-selects the best vendor based on qubit count, fidelity, cost, and queue depth unless a specific vendor_id is provided. Sovereign routing modes: none | eu_only | national | on_prem | full_lock.
qcos_energy_scheduleSchedule a quantum job with energy awareness on LUMI HPC.
qcos_carbon_reportGet a detailed carbon footprint report for a project.
qcos_provider_listList all providers registered in the QCOS ProviderHub. Returns provider_id, display_name, capabilities (max_qubits, technologies,
qcos_provider_healthHealth-check one or all providers in the ProviderHub. If provider_id is given, checks only that provider and returns healthy, latency_ms, queue_depth, uptime_pct, message. If provider_id is omitted, concurrently checks ALL providers and returns a summary dict with per-provider health status, plus healthy_count and total_count.
qcos_provider_registerDynamically register a community BackendAdapter into the ProviderHub. The adapter class must extend BackendAdapter, set a unique provider_id, and be importable from the QCOS server’s Python environment. Use this to add custom QPU/simulator backends without restarting QCOS.
qcos_provider_removeRemove a provider from the ProviderHub. Built-in providers can be removed and re-registered. Returns status: removed and provider_id on success, or an error if the provider was not found.
qcos_list_moleculesList all molecules available for VQE molecular simulation with their properties: qubit count, electron count, Hartree-Fock energy, and geometry.
qcos_list_simulationsList past VQE molecular simulation results from the history store. Returns simulation ID, molecule, energy, qubits, iterations, and optimizer used.
qcos_get_simulationGet a detailed VQE molecular simulation result by simulation ID. Returns full convergence history, final parameters, molecule info, and energy.
qcos_compare_countsCompare two quantum result distributions (QCOS-optimized vs vanilla) and return a Markdown analysis report with Hellinger distance, fidelity gain %, entropy delta, noise suppression %, and ASCII bar charts.
qcos_visualize_histogram_markdownRender quantum measurement counts as a Markdown histogram optimized for LLM readability. Shows states ranked by probability with Unicode bar chart, count, and probability columns.

QEC

ToolDescription
qcos_qec_list_codesList all available Quantum Error Correction codes in the catalog (Surface, Steane, Shor, Bacon-Shor, etc.) with their properties.
qcos_qec_extract_syndromeExtract error syndromes from a noisy quantum state. Returns stabilizer measurement outcomes for error identification.
qcos_qec_decodeRun QEC decoder on syndrome measurements to identify and correct errors. Supports minimum-weight perfect matching (MWPM) and union-find decoders.
qcos_qec_pipelineRun the full QEC pipeline: encode → simulate noise → extract syndrome → decode → verify. End-to-end logical qubit protection workflow.
qcos_qec_recommendRecommend the optimal Quantum Error Correction code for the given requirements. Considers: target logical error rate, available physical qubits, and logical qubit count.
qcos_qec_runRun a full QEC-as-a-Service cycle on a quantum circuit: encode → execute → decode (BP+OSD) → certify fault-tolerance. Returns logical counts, logical error rate, FT status

Quantum networking

ToolDescription
qcos_network_teleportExecute quantum state teleportation between two nodes in the network. Transfers an arbitrary qubit state using entanglement.

Runtime/jobs/backends

ToolDescription
qcos_submit_job_asyncSubmit a quantum job for asynchronous background execution on a QCOS backend. Returns a job_id immediately so execution status and logs can be tracked.
qcos_submit_circuitSubmit a quantum circuit for execution on a QCOS backend. Accepts OpenQASM 2/3 or Qiskit JSON format. Returns a job_id to track execution.
qcos_get_job_resultsRetrieve the measurement results of a completed quantum job.
qcos_get_job_evidenceRetrieve the cryptographic evidence bundle for a job (audit trail, circuit hash, backend attestation, timestamps).
qcos_list_backendsList all available quantum backends (simulators and QPUs) with their properties: qubits, connectivity, noise model, availability.
qcos_optimize_circuitOptimize a quantum circuit using QCOS™ proprietary optimization (5-10x fewer gates). Returns optimized QASM and resource reduction metrics.
qcos_analyze_circuitAnalyze a quantum circuit: gate count, depth, qubit requirements, expected fidelity on target hardware, and T-gate overhead.
qcos_transpile_circuitTranspile a quantum circuit to a target backend’s native gate set and qubit connectivity, with optional optimization.
qcos_explain_circuitAnalyze a quantum circuit and return QCOS optimization recommendations. Evaluates circuit depth, gate count, qubit count to suggest ZNE level, Phase0B transpiler settings, and Autopilot backend routing. Returns a Markdown report with estimated fidelity gain.