Cove - A Practical Quantum Computer Programming Framework
OperationRotateZ Constructor (TargetIndex, RotateBy)
NamespacesCove.LocalSimulationOperationRotateZOperationRotateZ(Int32, Double)
Construct an instance of the Rotate Z operation, which will rotate a qubit about the Z axis by RotateBy.
Declaration Syntax
C#Visual BasicVisual C++
public OperationRotateZ(
	int TargetIndex,
	double RotateBy
)
Public Sub New ( _
	TargetIndex As Integer, _
	RotateBy As Double _
)
public:
OperationRotateZ(
	int TargetIndex, 
	double RotateBy
)
Parameters
TargetIndex (Int32)
Target index of this operation.
RotateBy (Double)
Angle to rotate about the Z axis by.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the target is less than 0.
NotImplementedExceptionThis method is not yet implemented.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)