Performs a joint parity measurement in the X basis on a list of qubits.
The result of the measurement is stored in the Ket's symbol table.
The state vector is collapsed according to the result of the measurement.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member JMx :
tag : string *
qs : FSharpList<Qubit> -> unit
Parameters
- tag
- Type: SystemString
If not empty, the symbol name to store the measurement result under.
See Ket.Symbol. - qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The list of qubits to jointly measure.
See Also