cirq_google.calibration.PhasedFSimCalibrationRequest

Description of the request to characterize PhasedFSimGate.

pairs Set of qubit pairs to characterize. A single qubit can appear on at most one pair in the set.
gate Gate to characterize for each qubit pair from pairs. This must be a supported gate which can be described cirq.PhasedFSim gate. This gate must be serialized by the cirq_google.SerializableGateSet used
qubit_to_pair Returns mapping from qubit to a qubit pair that it belongs to.
options Dataclass field

Methods

parse_result

View source

Decodes the characterization result issued for this request.

to_calibration_layer

View source

Encodes this characterization request in a CalibrationLayer object.

__eq__