QuantumComputersServicer#

class QuantumComputersServicer#

Bases: object

Quantum Computer management APIs.

Module: iqm.station_control.client.iqm_server.proto.qc_pb2_grpc

Methods

GetQuantumComputerResourceV1

GetQuantumComputerV1

Returns the details for the requested quantum computer.

ListQuantumComputersV1

Returns a list of quantum computers matching the given filters.

GetQuantumComputerV1(request, context)#

Returns the details for the requested quantum computer. The quantum computer can be queried by its id or alias. If the given lookup does not match any existing quantum computer, the RPC call returns an error with a GRPC status NOT_FOUND.

ListQuantumComputersV1(request, context)#

Returns a list of quantum computers matching the given filters.

GetQuantumComputerResourceV1(request, context)#

Returns the contents of a given resource by name and QC id (e.g. chip design record, static architecture, etc). See the full list of available resources at app/backend/lib/iqm-core-client/src/station_control_http_client/resources.rs. Each resource is an opaque binary blob, the interpretation of which is up to the client.