Quantum Jobs
Create a Job
Submit a quantum job for execution on a simulator or QPU.
Note: Client must provide a qbraidDeviceId
and a quantum program specifcation using either QIR bitcode
or openQasm
.
POST
/
quantum-jobs
Authorizations
Authenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account.qbraid.com.
Body
application/json
Target device on which to execute the quantum job.
QIR (LLVM) bitcode for the quantum job, base64 encoded.
OpenQASM 3 code for the quantum job.
Number of qubits used in the quantum circuit.
Number of times to execute the circuit.
Tags associated with the quantum job for filtering and identification.