Quil-T
API Reference
pyquil.gates.
SET_PHASE
Produce a SET-PHASE instruction.
frame (Frame) – The frame on which to set the phase.
Frame
phase (Union[Expression, MemoryReference, int64, int, float, complex]) – The new phase value, in radians.
Union
Expression
MemoryReference
int64
int
float
complex
SetPhase
A SetPhase instance.