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
api-key
string
headerrequiredAuthenticate 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
qbraidDeviceId
string
requiredTarget device on which to execute the quantum job.
bitcode
string
QIR (LLVM) bitcode for the quantum job, base64 encoded.
openQasm
string
OpenQASM 3 code for the quantum job.
circuitNumQubits
integer
Number of qubits used in the quantum circuit.
shots
integer
Number of times to execute the circuit.
tags
object
Tags associated with the quantum job for filtering and identification.