qp.decomposition.gate_sets.ROTATIONS_PLUS_CNOT

ROTATIONS_PLUS_CNOT = GateSet({CNOT, RY, RZ, RX, Identity, GlobalPhase, MidMeasureMP}, name='Rotations+CNOT')

The gate set that contains single-qubit rotations and CNOT.