Quil-T
API Reference
pyquil.gates.
LOAD
Produce a LOAD instruction.
target_reg (Union[MemoryReference, Tuple[str, int], List[Any], str]) – LOAD storage target.
Union
MemoryReference
Tuple
str
int
List
Any
region_name (str) – Named region of memory to load from.
offset_reg (Union[MemoryReference, Tuple[str, int], List[Any], str]) – Offset into region of memory to load from. Must be a MemoryReference.
ClassicalLoad
A ClassicalLoad instance.