The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CircuitFindIds Method |
Find Ids below this point and the time needed to execute the circuit (internal)
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member FindIds : detail : int * cntEmpty : FSharpOption<bool> -> Tuple<FSharpSet<int>, int>
Parameters
- detail
- Type: SystemInt32
What level of detail for when we hit a "Wrap" gate - cntEmpty
- Type: Microsoft.FSharp.CoreFSharpOptionBoolean
An option allowing Empty gates to be counted like Native The default is false, which is to not count Empty gates as Native.
Return Value
Type: TupleFSharpSetInt32, Int32Set of ids,total time to execute
