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 RZ gate.

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 as gridsynth which completes the Clifford+T decomposition of a circuit.