qp.decomposition.gate_sets.CLIFFORD_T¶
- CLIFFORD_T = GateSet({CY, PauliZ, SWAP, CZ, S, SX, PauliY, CNOT, PauliX, Hadamard, T, ISWAP, Adjoint(PauliY), Adjoint(ISWAP), Adjoint(CNOT), Adjoint(CZ), Adjoint(SX), Adjoint(PauliX), Adjoint(Hadamard), Adjoint(S), Adjoint(CY), Adjoint(SWAP), Adjoint(PauliZ), Adjoint(T), 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