Click or drag to resize
HamiltonianGatesZZR Method
Performs a Pauli ZZ rotation; that is, a simultaneous Z rotation of two qubits. This is equivalent to Rpauli (2.0*theta) ZZ qs.

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

Parameters

theta
Type: SystemDouble
The rotation angle. 2*pi is a full rotation.
qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
The first two qubits in the list are rotated.
See Also