1. Every quantum job already runs on QCOS
When you submit aQUANTUM_CIRCUIT workload — from a
quantum instance or straight to the
Execution Plane — the platform dispatches it to the
hosted QCOS runtime at api.softquantus.com, which routes it to
simulators or real QPUs (IBM, IonQ, Quantinuum, Rigetti, Pasqal). You consume
QCOS as a managed service; there is nothing to install or operate.
2. Free local simulation on your own machine
Thesoftqcos SDK can execute aer* simulator backends
locally with Qiskit Aer — on your laptop, your CI, or any machine you
already own. Local simulation consumes no API credits and the circuit never
leaves your machine; it is the recommended inner loop before you spend on
hosted targets.
3. Your containers on purchased GPU/CPU can use both products
GPU & CPU compute runs any container image and command you supply. Inside that container you can call the QCOS runtime and QuantumLock exactly as you would from anywhere else — pass your key in as an environment variable through your image or command:4. Running the products on hardware you own
The paths below are licensed, sales-assisted deliveries — they exist as
license machinery today, not as self-service downloads. Talk to
SoftQuantus if you need one.
- The client —
pip install quantumlock(client-only wheel, withpqc,cliandquantumextras) talking to the hosted service atquantumlock.softquantus.com. See QuantumLock installation. - License activation binds a license to a machine fingerprint via
POST /api/v1/licenses/activateand is verified withPOST /api/v1/licenses/validate; a second machine is rejected. See Activation. - The QuantumLock server is not a customer artefact — there is no public server image or self-hosting path. Enterprise offline packages are negotiated through sales, as described in Deployment.