PrimitiveOperationsGroups Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Groups of primitive operations counted by QCTraceSimulator. Used as a key for the TraceGateTimes dictionary.
public enum PrimitiveOperationsGroups
type PrimitiveOperationsGroups =
Public Enum PrimitiveOperationsGroups
- Inheritance
-
System.EnumPrimitiveOperationsGroups
Fields
Name | Value | Description |
---|---|---|
CNOT | 0 | Controlled Pauli X gate, also known as CNOT |
QubitClifford | 1 | Any single qubit Clifford and Pauli gate. |
R | 2 | Any single qubit rotation excluding T and Clifford gates |
Measure | 3 | Any measurement. |
T | 4 | This includes T gate, T_x = H.T.H, T_y = Hy.T.Hy |