quri_parts.riqu.rest.models.jobs_body module

riqu (Rest Interface for QUantum computing)

the cloud server with riqu interface. # noqa: E501

OpenAPI spec version: 1.1

Generated by: https://github.com/swagger-api/swagger-codegen.git

class quri_parts.riqu.rest.models.jobs_body.JobsBody(qasm=None, transpiler=None, shots=None, remark=None, job_type=None)

Bases: object

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

Do not edit the class manually.

swagger_types = {'job_type': 'str', 'qasm': 'str', 'remark': 'str', 'shots': 'int', 'transpiler': 'str'}
attribute_map = {'job_type': 'job_type', 'qasm': 'qasm', 'remark': 'remark', 'shots': 'shots', 'transpiler': 'transpiler'}
property qasm

E501

OpenQASM program # noqa: E501

Returns:

The qasm of this JobsBody. # noqa: E501

Return type:

str

Type:

Gets the qasm of this JobsBody. # noqa

property transpiler

E501

Returns:

The transpiler of this JobsBody. # noqa: E501

Return type:

str

Type:

Gets the transpiler of this JobsBody. # noqa

property shots

E501

Returns:

The shots of this JobsBody. # noqa: E501

Return type:

int

Type:

Gets the shots of this JobsBody. # noqa

property remark

E501

Returns:

The remark of this JobsBody. # noqa: E501

Return type:

str

Type:

Gets the remark of this JobsBody. # noqa

property job_type

E501

Returns:

The job_type of this JobsBody. # noqa: E501

Return type:

str

Type:

Gets the job_type of this JobsBody. # noqa

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model