QCTraceSimulatorConfiguration.OptimizeDepth Field

Definition

Controls if depth or width optimization is favored. If set to true, resulting circuit is optimized for depth by discouraging qubit reuse. If set to false, resulting circuit is optimized for width be encouraging qubit reuse. Optimization is only limited to reuse of qubits after they are released by user code.

public bool OptimizeDepth;
val mutable OptimizeDepth : bool
Public OptimizeDepth As Boolean 

Field Value

Applies to