![]() |
Options specific to Floquet PhasedFSimCalibration.
Inherits From: PhasedFSimCalibrationOptions
cirq_google.calibration.FloquetPhasedFSimCalibrationOptions(
characterize_theta: bool,
characterize_zeta: bool,
characterize_chi: bool,
characterize_gamma: bool,
characterize_phi: bool,
readout_error_tolerance: Optional[float] = None,
version: int = 2,
measure_qubits: Optional[Tuple[cirq.Qid, ...]] = None
)
Some angles require another angle to be characterized first so result might have more angles characterized than requested here.
Methods
create_phased_fsim_request
create_phased_fsim_request(
pairs: Tuple[Tuple[cirq.Qid, cirq.Qid], ...], gate: cirq.Gate
) -> 'FloquetPhasedFSimCalibrationRequest'
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 |
zeta_chi_gamma_correction_override
zeta_chi_gamma_correction_override() -> cirq_google.calibration.PhasedFSimCharacterization
Gives a PhasedFSimCharacterization that can be used to override characterization after correcting for zeta, chi and gamma angles.
__eq__
__eq__(
other
)
Class Variables | |
---|---|
measure_qubits |
None
|
readout_error_tolerance |
None
|
version |
2
|