qp.decomposition.gate_sets.CLIFFORD_T¶
- CLIFFORD_T = 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}, name='Clifford+T')¶
The standard Clifford+T gate set.
The Clifford+T gate set contains the following gates:
PauliX,PauliY,PauliZ,Hadamard,S,SX,T,CNOT,CY,CZ,SWAP, andISWAP, as well as theIdentityandGlobalPhase. TheMidMeasureoperator is also included.
code/api/pennylane.decomposition.gate_sets.CLIFFORD_T
Download Python script
Download Notebook
View on GitHub