Quil-T
API Reference
pyquil.gates.
SHIFT_PHASE
Produce a SHIFT-PHASE instruction.
frame (Frame) – The frame on which to shift the phase.
Frame
phase (Union[Expression, MemoryReference, int64, int, float, complex]) – The value, in radians, to add to the existing phase.
Union
Expression
MemoryReference
int64
int
float
complex
ShiftPhase
A ShiftPhase instance.