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.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member RemoveRedund : unit -> Circuit
Return Value
Type:
CircuitThe new, trimmed circuit
See Also