The Language-Integrated Quantum Operations (LIQUi|>) Simulator
QECCLog2Phys Method |
Gets the physical qubits that make up a logical qubit.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Log2Phys : w : int -> FSharpList<Qubit>
Parameters
- w
- Type: SystemInt32
The wire ID of the logical qubit in the original non-error correcting circuit.
Return Value
Type: FSharpListQubitA list of the physical qubits that implement the logical qubit.
