QDMI Devices v0.1
Quantum Device Management Interface Devices
|
The Custom Module for handling the connection and submitting jobs.
Functions | |
qaptiva_auxiliary.create_remote_qpu (host) | |
Creates a remote QPU connection. | |
qaptiva_auxiliary.submit_job (remote_qpu, qasm_string, nshots) | |
Submits a quantum job to a remote QPU. | |
qaptiva_auxiliary.create_remote_qpu | ( | host | ) |
Creates a remote QPU connection.
host | Hostname and port in the form "host:port". |
qaptiva_auxiliary.submit_job | ( | remote_qpu, | |
qasm_string, | |||
nshots ) |
Submits a quantum job to a remote QPU.
remote_qpu | A RemoteQPU instance. |
qasm_string | QASM code string. |
nshots | Number of shots to run the job. |