qp.decomposition.gate_sets.ROTATIONS_PLUS_CNOT

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

The gate set that contains single-qubit rotations, CNOT, Identity, GlobalPhase, and MidMeasure.