Construction a phase shift operator, shifting by PhaseShiftBy.

Declaration Syntax
public OperationPhaseShift(
int TargetIndex,
double PhaseShiftBy
)
Public Sub New ( _
TargetIndex As Integer, _
PhaseShiftBy As Double _
)
public:
OperationPhaseShift(
int TargetIndex,
double PhaseShiftBy
)

Parameters
- TargetIndex (Int32)
- The target index for this operation
- PhaseShiftBy (Double)
- Amount to phase shift by

Exceptions
Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the target
index is less than 0.
|
NotImplementedException | This method is not yet
implemented.
|
Assembly:
Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)