Quil-T
API Reference
pyquil.gates.
SUB
Produce a SUB instruction.
classical_reg (Union[MemoryReference, Tuple[str, int], List[Any], str]) – Left operand for the arithmetic operation. Also serves as the store target.
Union
MemoryReference
Tuple
str
int
List
Any
right (Union[MemoryReference, Tuple[str, int], List[Any], str, int, float]) – Right operand for the arithmetic operation.
float
ClassicalSub
A ClassicalSub instance.