cirq_aqt.aqt_device.OperationString

String representations of operations supported by AQT resources.

MS Cirq: XXPowGate, AQT: RXX gate.
Z Cirq: ZPowGate, AQT: RZ gate.
R Cirq: PhasedXPowGate, AQT: R gate.
MEASURE Measurement gate.

MEASURE <OperationString.MEASURE: 'Meas'>
MS <OperationString.MS: 'MS'>
R <OperationString.R: 'R'>
Z <OperationString.Z: 'Z'>