QuantumComputer Epsilon FieldA Sandcastle Documented Class Library
Constant value of Epsilon. This is a threshold for double values. It is used mainly in performing quantum gates operation. When the absolute amplitude value (real or imaginary) during computations reach the value smaller than Epsilon, it is rounded to 0.

Namespace: Quantum
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public const double Epsilon

Field Value

Type: Double
See Also