cirq_aqt.aqt_device.get_op_string

Find the string representation for a given gate or operation.

op_obj Gate or operation object. Gate must be one of: XXPowGate, XPowGate, YPowGate, ZPowGate, PhasedXPowGate, or MeasurementGate.

String representing the gate operations.

ValueError If the gate is not one of the supported gates.