The Language-Integrated Quantum Operations (LIQUi|>) Simulator
HamiltonianGatesZR Method |
Performs a Pauli Z rotation. This is equivalent to Rpauli (2.0*theta) Z qs.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member ZR : 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 qubit in the list is rotated.
