| Icon | Member | Description |
|---|---|---|
| Measure()()() |
Perform a measurement on the quantum register, collapsing to an absolute state.
| |
| Measure(ClassicalResult) |
Measure the quantum register and put the results in ReturnValue. A user
can subclass ClassicalResult with their own class and pass that in if
needed.
| |
| Measure(IEnumerable<(Of <(Int32>)>)) |
Measure a set of qubits in the register.
| |
| Measure(IEnumerable<(Of <(Int32>)>), ClassicalResult) |
Measure a set of qubits in the register. A user
can subclass ClassicalResult with their own class and pass that in if
needed.
| |
| Measure(Int32) |
Measure one qubit in the register.
| |
| Measure(Int32, ClassicalResult) |
Measure one qubit in the register.. A user
can subclass ClassicalResult with their own class and pass that in if
needed.
|