Gets the physical qubits that make up a logical qubit.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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.
See Also