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, andMidMeasure.
code/api/pennylane.decomposition.gate_sets.ROTATIONS_PLUS_CNOT
Download Python script
Download Notebook
View on GitHub