cirq_google.engine.CalibrationResult

Python implementation of the proto found in cirq_google.api.v2.calibration_pb2.CalibrationLayerResult for use in Engine calls.

Note that, if these fields are not filled out by the calibration API, they will be set to the default values in the proto, as defined here: https://developers.google.com/protocol-buffers/docs/proto3#default These defaults will converted to None by the API client.

code Dataclass field
error_message Dataclass field
token Dataclass field
valid_until Dataclass field
metrics Dataclass field

Methods

__eq__