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)#

Bases: object

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

Do not edit the class manually.

swagger_types = {'qasm': 'str', 'remark': 'str', 'shots': 'int', 'transpiler': 'str'}#
attribute_map = {'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

to_dict()#

Returns the model properties as a dict

to_str()#

Returns the string representation of the model