qstone.connectors.http package

Submodules

qstone.connectors.http.runner module

Quantum executor over a HTTP channel

class qstone.connectors.http.runner.HttpConnection[source]

Bases: Connection

Connection running jobs over Http

postprocess(message: str) str[source]

Postprocess the data

preprocess(qasm_ptr: str) str[source]

Preprocess the data.

query_qpu_config(host: str, server_port: int) QpuConfiguration[source]

Query the Qpu configuraiton of the target

run(qasm_ptr: str, reps: int, host: str, server_port: int, lockfile: str) dict[source]

Run the connection to the server

Module contents