← 返回命令列表

Linux command

qumulator 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Run a 1000-qubit GHZ

qumulator demo

Run the

qumulator demo --willow

Run the holographic

qumulator demo --wormhole

Run the anyon braiding

qumulator demo --anyon

Show instructions

qumulator key

Submit a QASM circuit

qumulator run [circuit.qasm]

Pass an API key

qumulator run [circuit.qasm] --key [YOUR_KEY]

说明

qumulator is the command-line client for the Qumulator cloud API, which simulates quantum circuits, spin systems, photonic amplitudes, and molecular properties on standard classical hardware. The local CLI submits jobs via HTTP and prints the result; the heavy compute runs in the cloud (Google Cloud Run, 4 vCPU, 16 GB RAM by default). The simulator targets up to about 1000 qubits for structured circuits without requiring a GPU or quantum hardware. The CLI is bundled with the qumulator-sdk Python package, so installing the SDK exposes both the Python client and the qumulator binary.

FAQ

What is the qumulator command used for?

qumulator is the command-line client for the Qumulator cloud API, which simulates quantum circuits, spin systems, photonic amplitudes, and molecular properties on standard classical hardware. The local CLI submits jobs via HTTP and prints the result; the heavy compute runs in the cloud (Google Cloud Run, 4 vCPU, 16 GB RAM by default). The simulator targets up to about 1000 qubits for structured circuits without requiring a GPU or quantum hardware. The CLI is bundled with the qumulator-sdk Python package, so installing the SDK exposes both the Python client and the qumulator binary.

How do I run a basic qumulator example?

Run `qumulator demo` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more qumulator examples?

This page includes 7 examples for qumulator, plus related commands for nearby Linux tasks.