QCTraceSimulatorConfiguration.TraceGateTimes Field

Definition

Specifies the time it takes to execute each gate. In other words, specifies the depth of each primitive operation. These fields are used by the Depth Counter component of QCTraceSimulator to compute the aggregate depth of operations.

public System.Collections.Generic.Dictionary<Microsoft.Quantum.Simulation.Simulators.QCTraceSimulators.PrimitiveOperationsGroups,double> TraceGateTimes;
val mutable TraceGateTimes : System.Collections.Generic.Dictionary<Microsoft.Quantum.Simulation.Simulators.QCTraceSimulators.PrimitiveOperationsGroups, double>
Public TraceGateTimes As Dictionary(Of PrimitiveOperationsGroups, Double) 

Field Value

Applies to