Quil-T
API Reference
Program.
__getitem__
Allows indexing into the program to get an action.
index (Union[slice, int]) – The action at the specified index.
Union
slice
int
Union[AbstractInstruction, Program]
AbstractInstruction
Program