Skip to content

devices_device_info

OQTOPUS Cloud User API

OQTOPUS Cloud User API. This API is used to interact with the OQTOPUS Cloud service. The API provides endpoints to manage devices, jobs, and results. # noqa: E501

OpenAPI spec version: 1.0 Contact: oqtopus-team[at]googlegroups.com Generated by: https://github.com/swagger-api/swagger-codegen.git

Classes:

  • DevicesDeviceInfo

    NOTE: This class is auto generated by the swagger code generator program.

DevicesDeviceInfo

DevicesDeviceInfo(
    device_id=None,
    device_type=None,
    status=None,
    available_at=None,
    n_pending_jobs=None,
    n_qubits=None,
    basis_gates=None,
    supported_instructions=None,
    device_info=None,
    calibrated_at=None,
    description=None,
)

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

Methods:

  • to_dict

    Returns the model properties as a dict

  • to_str

    Returns the string representation of the model

Attributes:

  • available_at

    Gets the available_at of this DevicesDeviceInfo. # noqa: E501

  • basis_gates

    Gets the basis_gates of this DevicesDeviceInfo. # noqa: E501

  • calibrated_at

    Gets the calibrated_at of this DevicesDeviceInfo. # noqa: E501

  • description

    Gets the description of this DevicesDeviceInfo. # noqa: E501

  • device_id

    Gets the device_id of this DevicesDeviceInfo. # noqa: E501

  • device_info

    Gets the device_info of this DevicesDeviceInfo. # noqa: E501

  • device_type

    Gets the device_type of this DevicesDeviceInfo. # noqa: E501

  • n_pending_jobs

    Gets the n_pending_jobs of this DevicesDeviceInfo. # noqa: E501

  • n_qubits

    Gets the n_qubits of this DevicesDeviceInfo. # noqa: E501

  • status

    Gets the status of this DevicesDeviceInfo. # noqa: E501

  • supported_instructions

    Gets the supported_instructions of this DevicesDeviceInfo. # noqa: E501

available_at property writable

available_at

Gets the available_at of this DevicesDeviceInfo. # noqa: E501

Parameter mandatory and valid for 'unavailable' devices # noqa: E501

:return: The available_at of this DevicesDeviceInfo. # noqa: E501 :rtype: datetime

basis_gates property writable

basis_gates

Gets the basis_gates of this DevicesDeviceInfo. # noqa: E501

:return: The basis_gates of this DevicesDeviceInfo. # noqa: E501 :rtype: list[str]

calibrated_at property writable

calibrated_at

Gets the calibrated_at of this DevicesDeviceInfo. # noqa: E501

Parameter available only for QPU devices with available calibration data # noqa: E501

:return: The calibrated_at of this DevicesDeviceInfo. # noqa: E501 :rtype: datetime

description property writable

description

Gets the description of this DevicesDeviceInfo. # noqa: E501

:return: The description of this DevicesDeviceInfo. # noqa: E501 :rtype: str

device_id property writable

device_id

Gets the device_id of this DevicesDeviceInfo. # noqa: E501

:return: The device_id of this DevicesDeviceInfo. # noqa: E501 :rtype: str

device_info property writable

device_info

Gets the device_info of this DevicesDeviceInfo. # noqa: E501

json format calibration_data and n_nodes etc # noqa: E501

:return: The device_info of this DevicesDeviceInfo. # noqa: E501 :rtype: str

device_type property writable

device_type

Gets the device_type of this DevicesDeviceInfo. # noqa: E501

:return: The device_type of this DevicesDeviceInfo. # noqa: E501 :rtype: str

n_pending_jobs property writable

n_pending_jobs

Gets the n_pending_jobs of this DevicesDeviceInfo. # noqa: E501

:return: The n_pending_jobs of this DevicesDeviceInfo. # noqa: E501 :rtype: int

n_qubits property writable

n_qubits

Gets the n_qubits of this DevicesDeviceInfo. # noqa: E501

:return: The n_qubits of this DevicesDeviceInfo. # noqa: E501 :rtype: int

status property writable

status

Gets the status of this DevicesDeviceInfo. # noqa: E501

:return: The status of this DevicesDeviceInfo. # noqa: E501 :rtype: str

supported_instructions property writable

supported_instructions

Gets the supported_instructions of this DevicesDeviceInfo. # noqa: E501

:return: The supported_instructions of this DevicesDeviceInfo. # noqa: E501 :rtype: list[str]

to_dict

to_dict()

Returns the model properties as a dict

to_str

to_str()

Returns the string representation of the model