qp.decomposition.gate_sets.CLIFFORD_T¶
- CLIFFORD_T = GateSet({GlobalPhase=0.0, Identity=0.0, Adjoint(CNOT), Adjoint(CY), Adjoint(CZ), Adjoint(Hadamard), Adjoint(ISWAP), Adjoint(PauliX), Adjoint(PauliY), Adjoint(PauliZ), Adjoint(S), Adjoint(SWAP), Adjoint(SX), Adjoint(T), CNOT, CY, CZ, Hadamard, ISWAP, MidMeasureMP, PauliX, PauliY, PauliZ, S, SWAP, SX, T}, 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 and all adjoints are also included.The
IdentityandGlobalPhaseops have weights of0, indicating they are essentially free.
code/api/pennylane.decomposition.gate_sets.CLIFFORD_T
Download Python script
Download Notebook
View on GitHub