View source on GitHub |
Python implementation of the proto found in cirq_google.api.v2.calibration_pb2.FocusedCalibrationLayer for use in Engine calls.
cirq_google.engine.CalibrationLayer(
calibration_type: str,
program: cirq.Circuit,
args: Dict[str, Union[str, float]]
)
Attributes | |
---|---|
calibration_type
|
Dataclass field |
program
|
Dataclass field |
args
|
Dataclass field |
Methods
__eq__
__eq__(
other
)
Return self==value.