cirq_google.calibration.try_convert_sqrt_iswap_to_fsim

Converts an equivalent gate to FSimGate(theta=π/4, phi=0) if possible.

gate Gate to verify.

FSimGateCalibration with engine_gate FSimGate(theta=π/4, phi=0) if the provided gate is either FSimGate, ISWapPowGate, PhasedFSimGate or PhasedISwapPowGate that is equivalent to FSimGate(theta=±π/4, phi=0). None otherwise.