Skip to content

jobs_job_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:

  • JobsJobInfo

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

JobsJobInfo

JobsJobInfo(
    program=None,
    combined_program=None,
    operator=None,
    result=None,
    transpile_result=None,
    message=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:

  • combined_program

    Gets the combined_program of this JobsJobInfo. # noqa: E501

  • message

    Gets the message of this JobsJobInfo. # noqa: E501

  • operator

    Gets the operator of this JobsJobInfo. # noqa: E501

  • program

    Gets the program of this JobsJobInfo. # noqa: E501

  • result

    Gets the result of this JobsJobInfo. # noqa: E501

  • transpile_result

    Gets the transpile_result of this JobsJobInfo. # noqa: E501

combined_program property writable

combined_program

Gets the combined_program of this JobsJobInfo. # noqa: E501

For multiprogramming jobs, this field contains the combined circuit. # noqa: E501

:return: The combined_program of this JobsJobInfo. # noqa: E501 :rtype: str

message property writable

message

Gets the message of this JobsJobInfo. # noqa: E501

Describing the reason why there is no result # noqa: E501

:return: The message of this JobsJobInfo. # noqa: E501 :rtype: str

operator property writable

operator

Gets the operator of this JobsJobInfo. # noqa: E501

(Only for estimation jobs) The operator (or observable) for which the expectation value is to be estimated. # noqa: E501

:return: The operator of this JobsJobInfo. # noqa: E501 :rtype: list[JobsOperatorItem]

program property writable

program

Gets the program of this JobsJobInfo. # noqa: E501

A list of OPENQASM3 program. For non-multiprogramming jobs, this field is assumed to contain exactly one program. Otherwise, those programs are combined according to the multiprogramming machinery. # noqa: E501

:return: The program of this JobsJobInfo. # noqa: E501 :rtype: list[str]

result property writable

result

Gets the result of this JobsJobInfo. # noqa: E501

:return: The result of this JobsJobInfo. # noqa: E501 :rtype: JobsJobResult

transpile_result property writable

transpile_result

Gets the transpile_result of this JobsJobInfo. # noqa: E501

:return: The transpile_result of this JobsJobInfo. # noqa: E501 :rtype: JobsTranspileResult

to_dict

to_dict()

Returns the model properties as a dict

to_str

to_str()

Returns the string representation of the model