jobs_operator_item
¶
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:
-
JobsOperatorItem–NOTE: This class is auto generated by the swagger code generator program.
JobsOperatorItem
¶
JobsOperatorItem(pauli=None, coeff=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:
-
coeff–Gets the coeff of this JobsOperatorItem. # noqa: E501
-
pauli–Gets the pauli of this JobsOperatorItem. # noqa: E501
coeff
property
writable
¶
coeff
Gets the coeff of this JobsOperatorItem. # noqa: E501
Coefficient number in the Pauli string representation. # noqa: E501
:return: The coeff of this JobsOperatorItem. # noqa: E501 :rtype: object
pauli
property
writable
¶
pauli
Gets the pauli of this JobsOperatorItem. # noqa: E501
The Pauli string. # noqa: E501
:return: The pauli of this JobsOperatorItem. # noqa: E501 :rtype: str