Click or drag to resize
CircuitRemoveRedund Method
Creates a new circuit logically equivalent to this circuit, but with redundant gates removed. For instance, if this routine found a sequence of two X gates in succession on the same qubit, it would remove both of them from the result.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member RemoveRedund : unit -> Circuit 

Return Value

Type: Circuit
The new, trimmed circuit
See Also