![]() |
Base class for calibration-specific options passed together with the requests.
Methods
create_phased_fsim_request
@abc.abstractmethod
create_phased_fsim_request( pairs: Tuple[Tuple[cirq.Qid, cirq.Qid], ...], gate: cirq.Gate ) ->
cirq_google.calibration.phased_fsim.RequestT
Create a PhasedFSimCalibrationRequest of the correct type for these options.
Args | |
---|---|
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 |