PrimitiveOperationsGroupsNames Class

Definition

Names of primitive operation groups for which statistics are collected by QCTraceSimulator when UsePrimitiveOperationsCounter is set to true. These can be passed as an argument metric to GetMetric<TOperation,TCaller>(String, OperationFunctor, OperationFunctor).

public static class PrimitiveOperationsGroupsNames
type PrimitiveOperationsGroupsNames = class
Public Class PrimitiveOperationsGroupsNames
Inheritance
PrimitiveOperationsGroupsNames

Fields

CNOT

The CNOT gate, also known as the Controlled Pauli X gate.

Measure

Any measurement.

QubitClifford

Any single qubit Clifford and Pauli gate.

R

Any single qubit rotation excluding T, Clifford and Pauli gates.

T

The T gate and its conjugates, including the T gate, T_x = H.T.H, and T_y = Hy.T.Hy.

Applies to