HamiltonianGates.ZZ Method

Liquid Quantum Simulator

HamiltonianGatesZZ Method
Performs a ZZ gate: Pauli Zs on consectutive wires. This is used for coupling strength.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member ZZ : 
        qs : FSharpList<Qubit> -> unit 

Parameters

qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
The first two qubits will have Z performed on them.
See Also