Skip to main content

qcoscloud

The customer SDK, CLI and MCP server for SoftQuantus compute — one prepaid wallet across QPU (via QCOS), on-demand GPU (via Softquantus Cloud), and free simulation. The platform Execution Plane authorizes, meters and settles every call; this client never touches a cloud or a credential.

pip install qcoscloud            # SDK + CLI
pip install "qcoscloud[mcp]"     # + the MCP server for AI agents
export QCOSCLOUD_API_KEY=sq-live-…    # create one in the console → API Keys

SDK

from qcoscloud import QCOSCloud
qc = QCOSCloud()                                  # reads QCOSCLOUD_API_KEY
qc.credits()                                      # prepaid balance (USD)
qc.simulate(shots=1000)                           # FREE test simulation
qc.run("ionq.qpu.aria-1", shots=2000, instance="research")   # real QPU (QCOS)
qc.gpu_job(gpu="a100-80gb", command="python train.py", minutes=30)  # GPU
qc.workload(job_id)                               # status + cost

CLI

qcoscloud credits
qcoscloud computers
qcoscloud instances create research --plan prepaid --qpus ionq.qpu.aria-1
qcoscloud simulate --shots 1000
qcoscloud run --target ionq.qpu.aria-1 --shots 2000 --instance research
qcoscloud gpu --type a100-80gb --command "python train.py" --minutes 30
qcoscloud workloads

MCP (for AI agents — the SynapseX Lab, Claude Desktop, Cursor)

python -m qcoscloud.mcp_server        # stdio MCP server

Exposes tools: get_credits, list_computers, list_instances, create_instance, run_simulation, run_qpu_job, run_gpu_job, get_workload, cancel_workload. An AI can drive compute safely — every run is metered against the same wallet with the same cost guardrails.

See docs/COMPUTE_INTEGRATION.md (full integration) and docs/LAB_AI_INSTRUCTIONS.md (desktop lab + AI instructions).

Cost safety

Runs reserve their worst-case cost before provisioning, so you can never overspend; GPU is stopped/deprovisioned when its reservation is exhausted; the free plan runs simulators at $0. Errors carry a machine reason (insufficient_credits, runtime_bound_required, free_plan_limit_met, …) and a human hint.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qcoscloud-0.1.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file qcoscloud-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: qcoscloud-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for qcoscloud-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d468f0641587f07d18069245d2bc48073b8a2a4a7f969b11dd8f63deccea665c
MD5 ebc7d596e9a30ccbfe1f8a2ea31482de
BLAKE2b-256 0710d5327e0d4366855e4dcfffaf94b71ca0cd58da82e3e757666c63850d0720

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.1

1 file

This release

0.1.0 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page