qp.decomposition.gate_sets.CLIFFORD_T_PLUS_RZ¶
- CLIFFORD_T_PLUS_RZ = GateSet({PauliX, PauliY, CNOT, PauliZ, T, SX, SWAP, CZ, CY, ISWAP, Hadamard, S, Adjoint(PauliY), Adjoint(CNOT), Adjoint(CY), Adjoint(CZ), Adjoint(SX), Adjoint(SWAP), Adjoint(S), Adjoint(PauliX), Adjoint(T), Adjoint(PauliZ), Adjoint(ISWAP), Adjoint(Hadamard), Identity, GlobalPhase, MidMeasureMP, RZ}, name='Clifford+T+RZ')¶
The Clifford+T gate set with an additional
RZgate.This gate set is used to decompose all non-parametrized operators to the standard Clifford+T gate set, and all parametrized operators to the Clifford+T gate set and an
RZ. This is typically useful when preparing for a discretization step such asgridsynthwhich completes the Clifford+T decomposition of a circuit.
code/api/pennylane.decomposition.gate_sets.CLIFFORD_T_PLUS_RZ
Download Python script
Download Notebook
View on GitHub